From f3c934467f33f658377d8f9c1b806fda75ebe2cb Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 30 May 2024 14:54:38 +0200 Subject: [PATCH] Fix the screenshot dir --- users/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/common.nix b/users/common.nix index 249282c..d8aad40 100644 --- a/users/common.nix +++ b/users/common.nix @@ -24,7 +24,7 @@ userDirs = { enable = true; createDirectories = true; - extraConfig.XDG_SCREENSHOTS_DIR = "$$XDG_PICTURES_DIR/Screenshots"; + extraConfig.XDG_SCREENSHOTS_DIR = "$HOME/Pictures/Screenshots"; }; }; }