1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

xdg: fix download path

This commit is contained in:
2024-05-04 22:45:06 +02:00
parent 580564964b
commit 407d6309a5

View File

@@ -291,7 +291,7 @@ in {
enable = true;
documents = "${config.users.users.me.home}/cloud/nextcloud/Documents";
desktop = "/tmp";
download = "${config.users.users.me.home}/sync/Download";
download = "${config.users.users.me.home}/sync/Downloads";
music = "${config.users.users.me.home}/mobile/audio";
pictures = "${config.users.users.me.home}/cloud/nextcloud/Bilder";
publicShare = "${config.users.users.me.home}/cloud/nextcloud/tmp";