Enable opengl

This commit is contained in:
xenia 2024-06-27 11:24:08 +02:00
parent 33da03e538
commit 2088329723

View File

@ -22,6 +22,8 @@
}; };
}; };
hardware.opengl.enable = true;
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.displayManager.defaultSession = "plasma"; services.displayManager.defaultSession = "plasma";
@ -48,5 +50,6 @@
stilo-themes stilo-themes
firefox firefox
glxinfo
]; ];
} }