add intel

This commit is contained in:
Sakooooo 2023-07-14 12:35:43 +03:00
parent a9ab6b7869
commit 13418a039b
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 3 additions and 0 deletions

View file

@ -90,6 +90,8 @@
]; ];
}; };
services.xserver.videoDrivers = [ "intel" "nvidia" ];
# garbage collection # garbage collection
nix.gc = { nix.gc = {
automatic = true; automatic = true;

View file

@ -15,6 +15,7 @@ in
driSupport32Bit = true; driSupport32Bit = true;
}; };
# TODO(sako) make this an option
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia = { hardware.nvidia = {