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

Flatpak allows installing non-native packages, and running them, through binfmt binaries. These binaries need to be installed and available on the host, and then you install the flatpaks with `--arch={aarch64,...

_First, thanks for the work you have done, I really like using flatpaks for desktop apps and you made that very easy._ I am having a hard time understanding the...

bug
documentation

Please, could you provide a working config in the Readme, where users can simply insert the app IDs they want installed? I'm having a hard time grasping how to make...

documentation

As described in #25, importing nix-flatpak in other third-party modules that import home-manager creates problems. This also applies for Stylix with its pending support for theming Flatpak apps as hinted...

A number of NixOS options allow a user to specify a file instead of writing one as a nix expression for configuration, e.g. ```services.usbguard.ruleFile```, ```security.pki.certificateFiles```, etc. This can be useful...

enhancement