XDG_SCREENSHOTS_DIR -> SCREENSHOTS. idk home-manager told me to
This commit is contained in:
parent
4881bd6e2e
commit
eb4629bd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ in {
|
||||||
publicShare = home + "/share";
|
publicShare = home + "/share";
|
||||||
videos = home + "/vids";
|
videos = home + "/vids";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
XDG_SCREENSHOTS_DIR = config.xdg.userDirs.pictures + "/screenshots";
|
SCREENSHOTS = config.xdg.userDirs.pictures + "/screenshots";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue