nix-flatpak icon indicating copy to clipboard operation
nix-flatpak copied to clipboard

Install flatpaks declaratively

Results 25 nix-flatpak issues
Sort by recently updated
recently updated
newest added

hi there! I'm having build errors when trying to rebuild my system by using the `home-manager` module. while I've read the https://github.com/gmodena/nix-flatpak#notes-on-homemanager, I'm unsure if that's the issue I'm having,...

Hi, I found that electron based apps (and chromium derivatives itself) need to be run with extra arguments to start in a wayland session. So for ungoogled chromium I need...

documentation

Hi! I was searching for a way to better manage flatpaks on NixOS and found this. NixOS upstream does not have a module for declaratively installing flatpaks. So this project...

**This is a WIP**. Issue #78 Adds support for installing application from a flatpakref uri. ## Changes When installing from a flatpakref, and packages will tracked in the gcroot state...

The `remoteOptions` setting allows you to declare additional arguments to pass to Flatpak's remote-add command: [link to code](https://github.com/gmodena/nix-flatpak/blob/main/modules/options.nix#L18). Currently, these extra options are not correctly applied in the generated `flatpak...

bug

Hello, I want to install sober declaratively using nix flatpak, however sober is not published on flathub or any repo, so I was wondering how i could specify the link...

enhancement

aka the /home/user/.local/share/flatpak/repo/*.trustedkeys.gpg files

I'd like to be able to install flatpaks directly from .flatpak files. More specifically, I want to install [OrcaSlicer](https://github.com/SoftFever/OrcaSlicer/releases/tag/nightly-builds) which doesn't have a flatpakref and isn't in any specific remote,...

Will nix-flatpak every be upstreamed to nixpkgs? There has been no offical statement on the wiki and I am curious, of course I dont expect anyone to like, do the...

I would like to be able to specify a source link, manifest link, and potentially pre-build commands to run, and have nix-flatpak build and install the resulting Flatpak bundle. I...

enhancement