this post was submitted on 27 Sep 2024
12 points (92.9% liked)

Nix / NixOS

1715 readers
25 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

I believe I solved this problem before, but I can't find the solution again. I have some Flatpaks installed on my NixOS system, but they aren't showing up in the app menu. Does anyone know what might be causing this or how to fix it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 month ago (7 children)

Yes, I did restart afterwards, and unfortunately it didn't work.

[–] paperd 1 points 1 month ago (6 children)

Does the flatpak stuff show up in your path? Wha'ts yhour nix code for flatpaks looks like?

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (5 children)

I honestly just did nix-env -i flatpak then rebooted, so I'm not sure...

Edit: Did it the configuration.nix way to make sure everything was in the path, and it works now. Thanks!

[–] paperd 4 points 1 month ago

nix-env should be avoided, it is bad. I wish it were not in the docs so much. If you need a package for a short time, use nix-shell or nix shell.

Glad you got it working tho.

load more comments (4 replies)
load more comments (4 replies)
load more comments (4 replies)