removing unnecessary modules

This commit is contained in:
Charlie Root 2024-08-13 11:00:58 +02:00
commit 0ebcdef58b
11 changed files with 108 additions and 316 deletions

View file

@ -1,7 +1,6 @@
{config, ...}: {
services.xserver.videoDrivers = ["nvidia"];
hardware = {
opengl.enable = true;
graphics = {
enable = true;
};