▲ 13 ▼ Flatpaks in app menu (lemmy.sdf.org) submitted 2 years ago by gortbrown@lemmy.sdf.org to c/nix@programming.dev 10 comments fedilink hide all child comments 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?
[–] paperd@lemmy.zip 1 point 2 years ago (1 child) Did you restart? permalink fedilink source hideshow 2 child comments replies: [–] gortbrown@lemmy.sdf.org [S] 1 point 2 years ago (1 child) Yes, I did restart afterwards, and unfortunately it didn't work. permalink fedilink source parent hideshow 2 child comments replies: [–] paperd@lemmy.zip 1 point 2 years ago (1 child) Does the flatpak stuff show up in your path? Wha'ts yhour nix code for flatpaks looks like? permalink fedilink source parent hideshow 2 child comments replies: [–] gortbrown@lemmy.sdf.org [S] 3 points 2 years ago* (last edited 2 years ago) (2 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! permalink fedilink source parent hideshow 4 child comments replies: [–] paperd@lemmy.zip 4 points 2 years 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. permalink fedilink source parent [–] rutrum@lm.paradisus.day 3 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[–] gortbrown@lemmy.sdf.org [S] 1 point 2 years ago (1 child) Yes, I did restart afterwards, and unfortunately it didn't work. permalink fedilink source parent hideshow 2 child comments replies: [–] paperd@lemmy.zip 1 point 2 years ago (1 child) Does the flatpak stuff show up in your path? Wha'ts yhour nix code for flatpaks looks like? permalink fedilink source parent hideshow 2 child comments replies: [–] gortbrown@lemmy.sdf.org [S] 3 points 2 years ago* (last edited 2 years ago) (2 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! permalink fedilink source parent hideshow 4 child comments replies: [–] paperd@lemmy.zip 4 points 2 years 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. permalink fedilink source parent [–] rutrum@lm.paradisus.day 3 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[–] paperd@lemmy.zip 1 point 2 years ago (1 child) Does the flatpak stuff show up in your path? Wha'ts yhour nix code for flatpaks looks like? permalink fedilink source parent hideshow 2 child comments replies: [–] gortbrown@lemmy.sdf.org [S] 3 points 2 years ago* (last edited 2 years ago) (2 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! permalink fedilink source parent hideshow 4 child comments replies: [–] paperd@lemmy.zip 4 points 2 years 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. permalink fedilink source parent [–] rutrum@lm.paradisus.day 3 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[–] gortbrown@lemmy.sdf.org [S] 3 points 2 years ago* (last edited 2 years ago) (2 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! permalink fedilink source parent hideshow 4 child comments replies: [–] paperd@lemmy.zip 4 points 2 years 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. permalink fedilink source parent [–] rutrum@lm.paradisus.day 3 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[–] paperd@lemmy.zip 4 points 2 years 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. permalink fedilink source parent
[–] rutrum@lm.paradisus.day 3 points 2 years ago (1 child) 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. permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[+] demesisx@infosec.pub 13 points 2 years ago* (last edited 3 months ago) (1 child) [deleted] permalink fedilink source parent hideshow 2 child comments replies: [–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[–] rutrum@lm.paradisus.day 1 point 2 years ago* (1 child) There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak Edit: this is probably worth making its own post about permalink fedilink source parent hideshow 2 child comments replies: [+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent
[+] demesisx@infosec.pub 11 points 2 years ago* (last edited 3 months ago) [deleted] permalink fedilink source parent