move some stuff

This commit is contained in:
Max Känner 2024-12-29 14:34:44 +01:00
parent 8a50a29ef7
commit 2766a80c70
2 changed files with 6 additions and 6 deletions

View File

@ -62,12 +62,6 @@
montserrat
];
programs.ssh.startAgent = true;
programs.zsh.enable = true;
programs.steam.enable = true;
security.polkit.enable = true;
# List services that you want to enable:
# fingerprint unlock

View File

@ -57,5 +57,11 @@ in {
extraSpecialArgs = {inherit inputs;};
users.${cfg.user} = import ../../hosts/${cfg.network.hostName}/home.nix;
};
programs.ssh.startAgent = true;
programs.zsh.enable = true;
programs.steam.enable = true;
security.polkit.enable = true;
};
}