From 1aa26a0b4b4f7840c8dfba9eacbebeb9b0cf31ee Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 10 Mar 2025 00:59:08 -0400 Subject: [PATCH] try: intel mesa --- nixos/modules/hyprland.nix | 1 + 1 file changed, 1 insertion(+) 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; }