fix bug when XDG_DATA_DIRS is not defined
This commit is contained in:
parent
5cf2b26053
commit
3af241fc09
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
|||
(simple-service 'my-xdg-data-dirs home-environment-variables-service-type
|
||||
`(("XDG_DATA_DIRS" .
|
||||
,(add-folders-to-path
|
||||
(getenv "XDG_DATA_DIRS")
|
||||
(or (getenv "XDG_DATA_DIRS") "")
|
||||
'("/var/lib/flatpak/exports/share"
|
||||
"/home/pti/.local/share/flatpak/exports/share"
|
||||
"/home/pti/.guix-home/profile/share")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue