3 lines
101 B
Bash
3 lines
101 B
Bash
|
# should be placed under /etc/profile.d
|
||
|
export XDG_DATA_DIRS=$HOME/.nix-profile/share:$XDG_DATA_DIRS
|