1. 17
    1. 1

      Nyxt looks so great. When I have some spare time, I want to try getting it building and running under Fedora.

      1. 1

        Thank you so much for the kind words :-)

        If you get it to run, do let us know about it!

      2. 1

        If you just want to kick the tires, it’s pretty straightforward:

        cd /tmp
        wget https://nixos.org/nix/install
        # inspect install and make sure you're satisfied with what it's about to do
        bash install
        . $HOME/.nix-profile/etc/profile.d/nix.sh
        nix-env --install nyxt
        nyxt
        

        I briefly looked at what it’d take to package RPMs and throw them on a COPR, and decided using the nix package manager on Fedora would be OK for this :)