From 36d463381d5565c07c93d6860696605e7a251c41 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 30 Jun 2024 09:25:13 +0200 Subject: [PATCH] pinwheel: Fix `graphics` setting in `hyprland` --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 87c7138..80fd47c 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -160,7 +160,7 @@ in }; # openGL is needed for wayland/hyprland - hardware.opengl.enable = true; + hardware.graphics.enable = true; systemd.user.services.hyprland-monitors = { # systemctl --user restart hyprland-monitors.service