diff --git a/nixos/modules/hyprland.nix b/nixos/modules/hyprland.nix index 98dfe35..345ba73 100644 --- a/nixos/modules/hyprland.nix +++ b/nixos/modules/hyprland.nix @@ -1,3 +1,4 @@ { programs.hyprland.enable = true; + hardware.graphics.enable = true; }