Add username in extraSpecialArgs
This commit is contained in:
parent
68a7cc25ac
commit
0f5c4e2383
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,10 @@
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
|
extraSpecialArgs = {
|
||||||
|
inherit username;
|
||||||
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
home/core.nix
|
home/core.nix
|
||||||
modules/nix.nix
|
modules/nix.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue