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