From 2261f1f13cea649a98683b1b8e4218bce90fb08b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:33:33 +0300 Subject: [PATCH] nvdiia driver why not worky :( --- hosts/sakotop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index a1b7b56e..a7fce80d 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -93,7 +93,7 @@ ]; }; - services.xserver.videoDrivers = [ "intel" "nvidia" ]; + services.xserver.videoDrivers = [ "intel" ]; # garbage collection nix.gc = {