on arch btw.

foobaz@lemmy.world to Linux@lemmy.ml – 367 points –
80

You are viewing a single comment

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

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

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?

Whichever one is current in nixpkgs stable

On my laptop when it goes to sleep and wakes up everything looks corrupted and it crashes back to the gdm login screen after a second or two

You running anything from nix-hardware on your system? I know my laptop has a flake there that installs a few applications & fixes small things like hardware buttons for the ga401: https://github.com/NixOS/nixos-hardware/blob/master/asus/zephyrus/ga401/default.nix

I'm running unstable on both machines, with nix-hardware for my laptop only.

I'm running it on my laptop I believe but pc is custom so I doubt there'd be anything there for it there