Trying out Guix for the first time! Waiting for packages to download.
I’m a long time Arch user. Any tips?!
I’ve heard there aren’t as many packages for Guix as other distros, but I was thinking Flatpak and distrobox will help bridge the gap for me.
Btw, here’s the
guix home
configuration file I used to add the contents offlatpak.sh
into my~/.profile
, in order to update theXDG_DATA_HOME
env var.(use-modules (gnu home) (gnu home services shells) (guix gexp) (gnu services)) (home-environment (services (list (simple-service 'flatpak-service home-shell-profile-service-type (list (local-file (string-append (getenv "HOME") "/.guix-profile/etc/profile.d/flatpak.sh") "flatpak.sh"))))))