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 ]; }