Skip to content
Unverified Commit 48426833 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

nixos/environment: prepend /etc/xdg to XDG_CONFIG_DIRS

Previously, we were only adding profile-relative paths to XDG_CONFIG_DIRS
variable. That required very ugly hacks like
https://github.com/NixOS/nixpkgs/issues/33282#issuecomment-524550842
to be able to configure XDG stuff.

Now, we are prepending the variable with /etc/xdg, allowing us to
simply use `environment.etc."xdg/…"` options.
parent 865293c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment