From 20883297234b1ec251c2857935b3f26fdebc71da Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 27 Jun 2024 11:24:08 +0200 Subject: [PATCH] Enable opengl --- nixos/graphical.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 46217a68..60e8da90 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -22,6 +22,8 @@ }; }; + hardware.opengl.enable = true; + services.desktopManager.plasma6.enable = true; services.displayManager.defaultSession = "plasma"; @@ -48,5 +50,6 @@ stilo-themes firefox + glxinfo ]; }