diff --git a/hardware-configuration.nix b/hardware-configuration.nix index cd371cf..90a6d91 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -73,5 +73,8 @@ hardware = { firmware = with pkgs; [ linux-firmware ]; bluetooth.enable = true; + # needed by hyperland + nvidia.modesetting.enable = true; + opengl.enable = true; }; }