Add flatpak share to XDG_DATA_DIRS

This allows .desktop files to be loaded by KDE via kbuildsycoca6
This commit is contained in:
Leonora Tindall 2024-08-18 08:07:31 -05:00
parent 92950ccf08
commit 1c229d649a
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
(services
(list
(simple-service 'flatpak-data-dir home-environment-variables-service-type
`(("XDG_DATA_DIRS" . ,(string-append "/var/lib/flatpak/exports/share:" (getenv "XDG_DATA_DIRS")))))
(service home-zsh-service-type (home-zsh-configuration
(environment-variables
`(("EDITOR" . ,(file-append vim "/bin/vim"))))