From 147b6f12adf59eaa699ebb3d56d2f1c6dfb26c48 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 21 Jan 2023 21:43:58 +0530 Subject: disable nvidia --- hosts/myrtle/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 7539696..8803649 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix @@ -94,7 +94,7 @@ services.xserver = { enable = true; layout = "us"; - videoDrivers = [ "nvidia" ]; + # videoDrivers = [ "nvidia" ]; displayManager.startx.enable = true; libinput.enable = true; }; -- cgit v1.2.3