Updated desktop config

This commit is contained in:
xeovalyte 2024-03-16 20:45:29 +01:00
parent 37d76d2fae
commit a7bac081fb
No known key found for this signature in database
5 changed files with 18 additions and 7 deletions

View File

@ -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";
}

View File

@ -25,6 +25,7 @@
kdenlive
gthumb
unstable.arduino-ide
prismlauncher
];
home.sessionVariables = {

View File

@ -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 = [

View File

@ -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" ];
};
};
};

View File

@ -11,4 +11,5 @@
services.gvfs.enable = true;
services.tumbler.enable = true;
programs.file-roller.enable = true;
}