actually properly credit where I got the xdg env vars from
see saygo, this isn't that hard, just a single line in that file
This commit is contained in:
parent
099053dd68
commit
7bbf7393d5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
XDG_DATA_HOME = "$HOME/.local/share";
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
in {
|
||||
# most of the random ass env vars taken from `pkgs.xdg-ninja`
|
||||
environment.sessionVariables = {
|
||||
inherit
|
||||
XDG_CACHE_HOME
|
||||
|
|
Loading…
Reference in a new issue