fixed too much stuff

This commit is contained in:
chloe 2025-02-13 23:42:48 +01:00
parent e9adff9c68
commit cf80eff840
5 changed files with 19 additions and 8 deletions

View file

@ -1,7 +1,8 @@
{config, pkgs, ...}:
{
boot.blacklistedKernelModules = [ "nouveau" ];
hardware.graphics.enable = true;
hardware.nvidia.open = true;
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.open = false;
}