Move screenshot dir configuration

This commit is contained in:
SebastianStork 2024-05-28 10:10:06 +02:00
parent 2ca06d1e7e
commit 25ea12a687
2 changed files with 1 additions and 2 deletions

View file

@ -24,6 +24,7 @@
userDirs = { userDirs = {
enable = true; enable = true;
createDirectories = true; createDirectories = true;
extraConfig.XDG_SCREENSHOTS_DIR = "$$XDG_PICTURES_DIR/Screenshots";
}; };
}; };
} }

View file

@ -6,8 +6,6 @@
... ...
}: }:
{ {
xdg.userDirs.extraConfig.XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots";
myConfig = { myConfig = {
de.hyprland.enable = osConfig.myConfig.de.hyprland.enable; de.hyprland.enable = osConfig.myConfig.de.hyprland.enable;