XDG_SCREENSHOTS_DIR -> SCREENSHOTS. idk home-manager told me to

This commit is contained in:
xunuwu 2026-02-20 01:11:13 +01:00
parent 4881bd6e2e
commit eb4629bd3f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -20,7 +20,7 @@ in {
publicShare = home + "/share"; publicShare = home + "/share";
videos = home + "/vids"; videos = home + "/vids";
extraConfig = { extraConfig = {
XDG_SCREENSHOTS_DIR = config.xdg.userDirs.pictures + "/screenshots"; SCREENSHOTS = config.xdg.userDirs.pictures + "/screenshots";
}; };
}; };
}; };