fix
This commit is contained in:
parent
ef0ec6a48d
commit
e2c29412a5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
users.${username} = {
|
users.${username} = {
|
||||||
imports = [ (import ./../home) ];
|
imports = [ (import ./../home) ];
|
||||||
home.username = username;
|
home.username = "${username}";
|
||||||
home.homeDirectory = "/home/${username}";
|
home.homeDirectory = "/home/${username}";
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue