From eda64c44829235a155a0d2aa2f58578b18e3bfb3 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Mon, 15 Jul 2024 12:17:00 -0500 Subject: [PATCH] Revert to deprecated hardware.opengl.enable because new option not available in stable --- modules/nix/gui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/gui.nix b/modules/nix/gui.nix index 19e4f11..a4c380a 100644 --- a/modules/nix/gui.nix +++ b/modules/nix/gui.nix @@ -39,7 +39,7 @@ in xdg.portal.config.common = [ "wlr" "gtk" ]; programs.thunar.enable = true; - hardware.graphics.enable = true; + hardware.opengl.enable = true; fonts = { packages = with pkgs; [