Regenerated

This commit is contained in:
2026-04-20 19:51:58 +02:00
parent 21188d4674
commit d6518d9f14
4 changed files with 415 additions and 421 deletions
@@ -15,6 +15,23 @@ 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 ];