Updated desktop config
This commit is contained in:
parent
37d76d2fae
commit
a7bac081fb
@ -7,7 +7,7 @@
|
||||
#../../modules/system/desktop/plasma.nix
|
||||
../../modules/system/desktop/nvidia.nix
|
||||
../../modules/system/programs/sunshine.nix
|
||||
#../../modules/system/programs/syncthing.nix
|
||||
../../modules/system/programs/syncthing.nix
|
||||
../../modules/system/programs/thunar.nix
|
||||
../../modules/system/utils/common.nix
|
||||
../../modules/system/utils/firewall.nix
|
||||
@ -37,6 +37,9 @@
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
# Keyboard
|
||||
hardware.ckb-next.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
kdenlive
|
||||
gthumb
|
||||
unstable.arduino-ide
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
@ -142,6 +142,12 @@
|
||||
",code:196,workspace, 8"
|
||||
",code:197,workspace, 9"
|
||||
",code:198,workspace, 10"
|
||||
|
||||
"SHIFT, code:194, movetoworkspace, 6"
|
||||
"SHIFT, code:195, movetoworkspace, 7"
|
||||
"SHIFT, code:196, movetoworkspace, 8"
|
||||
"SHIFT, code:197, movetoworkspace, 9"
|
||||
"SHIFT, code:198, movetoworkspace, 10"
|
||||
] else [ ]);
|
||||
|
||||
bindle = [
|
||||
|
@ -20,13 +20,13 @@
|
||||
};
|
||||
};
|
||||
folders = {
|
||||
"xeovalyte-documents" = { # Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/xeovalyte/Documents"; # Which folder to add to Syncthing
|
||||
devices = [ "xv-server" ]; # Which devices to share the folder with
|
||||
"xeovalyte-documents" = {
|
||||
path = "/home/xeovalyte/Documents";
|
||||
devices = [ "xv-server" ];
|
||||
};
|
||||
"xeovalyte-logseq" = { # Name of folder in Syncthing, also the folder ID
|
||||
path = "/home/xeovalyte/Logseq"; # Which folder to add to Syncthing
|
||||
devices = [ "xv-server" ]; # Which devices to share the folder with
|
||||
"xeovalyte-logseq" = {
|
||||
path = "/home/xeovalyte/Logseq";
|
||||
devices = [ "xv-server" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -11,4 +11,5 @@
|
||||
|
||||
services.gvfs.enable = true;
|
||||
services.tumbler.enable = true;
|
||||
programs.file-roller.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user