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
10
desktop.nix
10
desktop.nix
|
|
@ -201,6 +201,16 @@ in {
|
|||
akonadi
|
||||
kmail
|
||||
korganizer
|
||||
dolphin
|
||||
glxinfo
|
||||
vdpauinfo
|
||||
libva-utils
|
||||
]
|
||||
++ [
|
||||
spotify
|
||||
nextcloud-client
|
||||
libreoffice-fresh
|
||||
unstable.kotatogram-desktop
|
||||
];
|
||||
|
||||
aviallon.programs.allowUnfreeList = [
|
||||
|
|
|
|||
|
|
@ -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