Regenerated

This commit is contained in:
2026-04-20 19:52:57 +02:00
parent d6518d9f14
commit 1e85b6a8d8
3 changed files with 412 additions and 415 deletions
+380 -381
View File
File diff suppressed because it is too large Load Diff
+16 -17
View File
@@ -1447,23 +1447,6 @@ in
#################################
xdg.portal.enable = true;
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";
};
};
# Base + Hyprland portals
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
@@ -1489,6 +1472,22 @@ 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";
};
};
};
};
}
@@ -15,23 +15,6 @@ in
#################################
xdg.portal.enable = true;
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";
};
};
# Base + Hyprland portals
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
@@ -57,6 +40,22 @@ 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";
};
};
};
};
}