move some stuff
This commit is contained in:
@ -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;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user