Flake for my NixOS devices

change xdg screenshots key

bwc9876.dev 01f43174 27fc7b47

verified
+1 -1
+1 -1
homeModules/libraries.nix
··· 18 18 videos = "${homeDirectory}/Videos"; 19 19 music = "${homeDirectory}/Music"; 20 20 extraConfig = { 21 - "XDG_SCREENSHOTS_DIR" = "${homeDirectory}/Pictures/Screenshots"; 21 + "SCREENSHOTS" = "${homeDirectory}/Pictures/Screenshots"; 22 22 }; 23 23 }; 24 24 };