1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat: restructure home directory

This commit is contained in:
2024-04-03 07:56:07 +02:00
parent 5909167243
commit 7c17fa4728

View File

@@ -15,14 +15,6 @@ in {
argument = "${config.users.users.me.home}/cloud/nextcloud/Uni";
path = "${config.users.users.me.home}/uni";
}
{
type = "L+";
user = config.users.users.me.name;
group = "users";
mode = "0755";
argument = "${config.users.users.me.home}/cloud/syncthing/zotero/storage";
path = "${config.users.users.me.home}/Zotero/storage";
}
];
services.gnome.gnome-keyring.enable = true;