this post was submitted on 06 Jul 2025
1 points (100.0% liked)

Guix and GuixSD

176 readers
2 users here now

Community for all Guix and GuixSD users

founded 2 years ago
MODERATORS
 

I'm trying to install some Flatpak apps on my newly installed Guix system.

I found this link https://flatpak.org/setup/GNU%20Guix which says I should these commands.

$ guix install flatpak
$ flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

After running those commands, I restarted my computer, just to be safe.

Then I logged into GNOME again and noticed I did not have GNOME software center installed. Normally that's how I install Flatpaks...

I tried installing some stuff through the CLI with this command.

$ flatpak install --user flathub com.logseq.Logseq

and that seems to have worked, but Logseq isn't showing up in my app launcher.

I can manually launch it with flatpak run com.logseq.Logseq, but it would be great if I could launch it from the normal app launcher.

So... are flatpaks supported in Guix? Or am I missing some configuration?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here