snowfallorg / nix-software-center

A simple gtk4/libadwaita software center to easily install and manage nix packages
GNU General Public License v3.0
529 stars 16 forks source link

FR: Support for multiple channels #35

Open Zahrun opened 1 year ago

Zahrun commented 1 year ago

Requires https://github.com/vlinkz/nix-software-center/issues/34

If we could have a drop-down menu in which we could see the version number in stable and the one in unstable, and select which one to install, that would be awesome.

tobiasBora commented 6 months ago

And with flake support, which registry, like:

- nixpkgs
- github:NixOs/nixpkgs
- blender-bin
- …

(note that the first two entries might be different, as the first one is a local, possibly pinned registry, and the second would point to the github repository)

It would also be great to add custom channels/flake registry.