gmodena / nix-flatpak

Install flatpaks declaratively
Apache License 2.0
276 stars 10 forks source link

Question regarding scope #20

Closed 573 closed 5 months ago

573 commented 9 months ago

Would this work on non-NixOS systems with just home-manager as well or is the home-manager module just for managing the flatpaks themselves ?

gmodena commented 9 months ago

Hey @573,

While the module supports standalone home-manager install (available in main), I don't test on non-nixos targets right now.

I would love to support other linux distros, but those are considered out of scope for the time being.

I'm not familiar with targets other than nixos (and darwin), so can't make guarantees; but if a non nixos target can run home-manager declared systemd units, it should be trivial to adjust the module to make it work there.

Also, the installer script builds on ${pkgs.flatpak}. Target hosts should have the capability to install that package.