top | item 45214766

(no title)

jquaint | 5 months ago

I'm super curious about a similar goal.

https://github.com/snowfallorg/nix-software-center https://github.com/nix-gui/nix-gui

These might be interesting for you :)

discuss

order

forgetbook|5 months ago

Yep, this is pretty much exactly what I'm looking for, thanks!

As a though experiment, how could NixOS be packaged with this for consumer users?

jquaint|5 months ago

For stuff that's not in Nixpkgs like this, IMO flakes is the best option. Both of these require flakes.

On the topic of deploying flakes to consumer users. I'm currently exploring using https://github.com/nix-community/nixos-generators to create pre-made install iso's for a full "batteries included" experience. You can just "overwrite" the regular nixos image. Its Nix all the way down.