mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
6 lines
86 B
Bash
6 lines
86 B
Bash
addXdgData() {
|
|
addToSearchPath XDG_DATA_DIRS "$1/share"
|
|
}
|
|
|
|
envHooks+=(addXdgData)
|