Regenerated

This commit is contained in:
2026-04-20 19:53:28 +02:00
parent 1e85b6a8d8
commit 16fbfc00e1
3 changed files with 364 additions and 412 deletions
+364 -380
View File
File diff suppressed because it is too large Load Diff
-16
View File
@@ -1472,22 +1472,6 @@ in
basePortal
hyprlandPortal
];
xdg.userDirs = {
enable = true;
createDirectories = true;
desktop = null;
download = "${home}/Downloads";
documents = "${home}/Documents";
pictures = "${home}/Pictures";
music = null;
publicShare = null;
templates = "${home}/Experiments";
videos = "${home}/Videos";
extraConfig = {
XDG_PROJECTS_DIR = "${home}/Projects";
XDG_WORK_DIR = "${home}/Work";
};
};
};
};
}
@@ -40,22 +40,6 @@ in
basePortal
hyprlandPortal
];
xdg.userDirs = {
enable = true;
createDirectories = true;
desktop = null;
download = "${home}/Downloads";
documents = "${home}/Documents";
pictures = "${home}/Pictures";
music = null;
publicShare = null;
templates = "${home}/Experiments";
videos = "${home}/Videos";
extraConfig = {
XDG_PROJECTS_DIR = "${home}/Projects";
XDG_WORK_DIR = "${home}/Work";
};
};
};
};
}