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

feat: set xdg userdirs

This commit is contained in:
2024-04-30 17:28:34 +02:00
parent bbf47de957
commit d162de768d
2 changed files with 20 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ in {
age = "7d";
path = "${config.users.users.me.home}/sync/Downloads";
}
{
type = "d";
mode = "0755";
age = "7d";
path = "${config.users.users.me.home}/cloud/nextcloud/tmp";
}
] ++ map (path: tmpfilesConfig {
type = "L+";
user = config.users.users.me.name;