~ruther/guix-config

39790168127fd408dac57f30e6f32815818c5561 — Rutherther 6 days ago 33b1dac
feat: add flatpak env
1 files changed, 8 insertions(+), 0 deletions(-)

M home/home-configuration.scm
M home/home-configuration.scm => home/home-configuration.scm +8 -0
@@ 183,6 183,14 @@
                   (bash-profile (list (local-file "dotfiles/.bash_profile"
                                                   "bash_profile")))))

         (simple-service
          'flatpak-env
          home-environment-variables-service-type
          '(("XDG_DATA_DIRS" . "$HOME/.local/share:$HOME/.local/share/flatpak/exports/share:\
/var/lib/flatpak/exports/share:\
$XDG_DATA_DIRS")
            ("PATH" . "$HOME/.local/share/flatpak/exports/bin:$PATH")))

         (service home-mcron-service-type
                  (home-mcron-configuration
                   (log-file (let* ((state-dir (or (getenv "XDG_STATE_HOME")

Do not follow this link