Regenerated
This commit is contained in:
+381
-383
File diff suppressed because it is too large
Load Diff
+17
-19
@@ -506,25 +506,6 @@ in
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
||||
userDirs = {
|
||||
enable = true;
|
||||
desktop = "$HOME/desktop";
|
||||
download = "$HOME/downloads";
|
||||
documents = "$HOME/docs";
|
||||
templates = "$HOME/templates";
|
||||
music = "$HOME/media/music";
|
||||
videos = "$HOME/media/videos";
|
||||
pictures = "$HOME/media/pictures";
|
||||
publicShare = "$HOME/share/public";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.dconf
|
||||
];
|
||||
@@ -1466,6 +1447,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 ];
|
||||
|
||||
|
||||
@@ -45,25 +45,6 @@ in
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
|
||||
userDirs = {
|
||||
enable = true;
|
||||
desktop = "$HOME/desktop";
|
||||
download = "$HOME/downloads";
|
||||
documents = "$HOME/docs";
|
||||
templates = "$HOME/templates";
|
||||
music = "$HOME/media/music";
|
||||
videos = "$HOME/media/videos";
|
||||
pictures = "$HOME/media/pictures";
|
||||
publicShare = "$HOME/share/public";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.dconf
|
||||
];
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user