diff --git a/home/cli/xdg.nix b/home/cli/xdg.nix index d75c895..659094c 100644 --- a/home/cli/xdg.nix +++ b/home/cli/xdg.nix @@ -20,7 +20,7 @@ in { publicShare = home + "/share"; videos = home + "/vids"; extraConfig = { - XDG_SCREENSHOTS_DIR = config.xdg.userDirs.pictures + "/screenshots"; + SCREENSHOTS = config.xdg.userDirs.pictures + "/screenshots"; }; }; };