[Users/aviallon + Desktop] Move many user-specific config options into general

Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
Antoine Viallon 2022-03-25 03:05:33 +01:00
parent 7e85d37bbd
commit 3b8d9a8d29
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 19 additions and 0 deletions

View file

@ -54,10 +54,19 @@ in
schedtool
python3
veracrypt
ripgrep
fd
];
programs.ssh.package = pkgs.opensshOptimized;
programs.tmux = {
enable = true;
clock24 = true;
historyLimit = 9999;
newSession = true;
};
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
programs.steam.remotePlay.openFirewall = true;