From eb4629bd3ffafb23e439a8b922cbc0f99f66f4dc Mon Sep 17 00:00:00 2001 From: xunuwu Date: Fri, 20 Feb 2026 01:11:13 +0100 Subject: [PATCH] XDG_SCREENSHOTS_DIR -> SCREENSHOTS. idk home-manager told me to --- home/cli/xdg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; };