From 9ad61a5501f922a5ae8ada2317c9592eeb01b2ac Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 5 May 2023 22:48:29 +0300 Subject: [PATCH] FUCK NVIDIA Signed-off-by: Alex Stan --- ultrapc/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ultrapc/configuration.nix b/ultrapc/configuration.nix index aa4166a..e9049fb 100644 --- a/ultrapc/configuration.nix +++ b/ultrapc/configuration.nix @@ -186,6 +186,7 @@ in { flatpak.enable = true; packagekit.enable = true; xserver = { + # videoDrivers = [ "nvidia" ]; wacom.enable = true; enable = true; @@ -229,10 +230,12 @@ hardware = { driSupport = true; driSupport32Bit = true; }; - # nvidia = { - # package = config.boot.kernelPackages.nvidiaPackages.latest; - # modesetting.enable = false; - # }; + /* + nvidia = { + package = config.boot.kernelPackages.nvidiaPackages.latest; + modesetting.enable = true; + }; + */ }; }