Fix the screenshot dir

This commit is contained in:
SebastianStork 2024-05-30 14:54:38 +02:00
parent 6e56e3a989
commit f3c934467f

View file

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