The indoctrination of windows is extreme. Windows is just as hard as linux, harder even with all the layers of obscurity.
And yet… linux is hard, and users decry RTFM as “not growing the userbase”
The indoctrination of windows is extreme. Windows is just as hard as linux, harder even with all the layers of obscurity.
And yet… linux is hard, and users decry RTFM as “not growing the userbase”
IIRC, flatpaks do work with NixOS so long as it’s enabled (and you’ve installed GNOME Software / Discover / etc - since I assume they’re not using the terminal to install programs, and that’s assuming that they don’t need more than a web browser).
So, if OP already set that up, then if Flathub has all you need, then it would make sense.
Though the Nix philosophy would disagree because that’s imperatively installing software rather than declaratively. You could probably wire up something to dump
flatpak list
to a file every so often and then load that in fromconfiguration.nix
or a Flake, but I’m not well versed in Nix at all haha