Updated desktop config

This commit is contained in:
2024-03-16 20:45:29 +01:00
parent 37d76d2fae
commit a7bac081fb
5 changed files with 18 additions and 7 deletions

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