Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.sdf.org
nix·Nix / NixOSbygortbrown

Flatpaks in app menu

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?

View original on lemmy.sdf.org
13

12 replies

I'm ignoring this problem, myself, right now.

Whenever I run certain flatpak commands, it nags me about a setting I haven't bothered with yet.

I would share that message, but I've been ignoring it.

2
gortbrownreply
lemmy.sdf.org

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

1
paperdreply
lemmy.zip

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

1
gortbrownreply
lemmy.sdf.org

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!

3

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.

4
rutrumreply
lm.paradisus.day

I use a declarative flatpak flake that lets me install flatpaks declaratively. You could use this as well, in case you want to manage the flatpaks in your configuration.

3

Thanks. I’d certainly like it if you posted it. more Nix = more better. :)

11
lm.paradisus.day

Which app menu? I use gnome and after a restart I see my flatpak apps in my app drawer.

1

You reached the end

Flatpaks in app menu | Spyke