From f9e29233cc4b14e59276c986f4a61ddcc353d37f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 10 Mar 2026 23:26:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20warning=20-=20using=20keys=20lik?= =?UTF-8?q?e=20=E2=80=98XDG=5FSCREENSHOTS=5FDIR=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/linux/gui/base/xdg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/gui/base/xdg/default.nix b/home/linux/gui/base/xdg/default.nix index 629c6b33..dc0f4f68 100644 --- a/home/linux/gui/base/xdg/default.nix +++ b/home/linux/gui/base/xdg/default.nix @@ -28,7 +28,7 @@ enable = true; createDirectories = true; extraConfig = { - XDG_SCREENSHOTS_DIR = "${config.xdg.userDirs.pictures}/Screenshots"; + SCREENSHOTS = "${config.xdg.userDirs.pictures}/Screenshots"; }; }; };