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:
jacekpoz 2024-10-21 18:40:20 +02:00
parent 099053dd68
commit 7bbf7393d5
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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