mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Users/aviallon + Desktop] Move many user-specific config options into general
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
7e85d37bbd
commit
3b8d9a8d29
2 changed files with 19 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue