• @dai@lemmy.world
      link
      fedilink
      28 months ago

      Works fine on my laptop (1650 hybrid) and desktop (3070 no iGPU)

      Under NixOS on both machines, no xwayland.

        programs.hyprland = {
          enable = true;
          enableNvidiaPatches = true;
        };
      

      Is the basics to get it up and running under NixOS + HomeManager

      • @flashgnash@lemm.ee
        link
        fedilink
        28 months ago

        I’ve done that already though haven’t disabled xwayland didn’t realise that would work without being compatibility

        • @dai@lemmy.world
          link
          fedilink
          18 months ago

          Just don’t run X applications 😅

          I’ve seen no issues on my setup, might just be luck of the draw? What hyprland build are you running? What issues are you seeing?