• GustavoM@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 years ago

      Amen. I’d install Hyperland on both of my “main” PC and on my Rpi 4 but my rpi 4 (still) has sway and it “just werks” so eeeeeh

        • dai@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 years 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
            arrow-up
            2
            ·
            3 years 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
              arrow-up
              2
              arrow-down
              1
              ·
              3 years 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?