move some stuff
This commit is contained in:
parent
8a50a29ef7
commit
2766a80c70
@ -62,12 +62,6 @@
|
|||||||
montserrat
|
montserrat
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh.startAgent = true;
|
|
||||||
programs.zsh.enable = true;
|
|
||||||
programs.steam.enable = true;
|
|
||||||
|
|
||||||
security.polkit.enable = true;
|
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
||||||
# fingerprint unlock
|
# fingerprint unlock
|
||||||
|
@ -57,5 +57,11 @@ in {
|
|||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
users.${cfg.user} = import ../../hosts/${cfg.network.hostName}/home.nix;
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user