diff options
-rw-r--r-- | hosts/myrtle/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
94 | services.xserver = { | 94 | services.xserver = { |
95 | enable = true; | 95 | enable = true; |
96 | layout = "us"; | 96 | layout = "us"; |
97 | videoDrivers = [ "nvidia" ]; | 97 | # videoDrivers = [ "nvidia" ]; |
98 | displayManager.startx.enable = true; | 98 | displayManager.startx.enable = true; |
99 | libinput.enable = true; | 99 | libinput.enable = true; |
100 | }; | 100 | }; |