Regenerated
This commit is contained in:
+380
-381
File diff suppressed because it is too large
Load Diff
+16
-17
@@ -1447,23 +1447,6 @@ in
|
|||||||
#################################
|
#################################
|
||||||
xdg.portal.enable = true;
|
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
|
# Base + Hyprland portals
|
||||||
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
|
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
|
||||||
|
|
||||||
@@ -1489,6 +1472,22 @@ in
|
|||||||
basePortal
|
basePortal
|
||||||
hyprlandPortal
|
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.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
|
# Base + Hyprland portals
|
||||||
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
|
xdg.portal.extraPortals = [ basePortal hyprlandPortal ];
|
||||||
|
|
||||||
@@ -57,6 +40,22 @@ in
|
|||||||
basePortal
|
basePortal
|
||||||
hyprlandPortal
|
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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user