This commit is contained in:
Frost-Phoenix 2023-12-15 22:57:59 +01:00
parent ef0ec6a48d
commit e2c29412a5

View file

@ -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;