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?
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.
nix-env
nix-shell
nix shell
Glad you got it working tho.
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, usenix-shell
ornix shell
.Glad you got it working tho.