tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
change xdg screenshots key
bwc9876.dev
1 month ago
01f43174
27fc7b47
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+1
-1
1 changed file
expand all
collapse all
unified
split
homeModules
libraries.nix
+1
-1
homeModules/libraries.nix
···
18
18
videos = "${homeDirectory}/Videos";
19
19
music = "${homeDirectory}/Music";
20
20
extraConfig = {
21
21
-
"XDG_SCREENSHOTS_DIR" = "${homeDirectory}/Pictures/Screenshots";
21
21
+
"SCREENSHOTS" = "${homeDirectory}/Pictures/Screenshots";
22
22
};
23
23
};
24
24
};