From c7b9921aec3ae64c7331951dde6a2ca71b27e736 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 4 Apr 2022 11:34:20 +0200 Subject: [PATCH] Switch to legacy drivers for loki --- nixos/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/loki.nix b/nixos/loki.nix index b199a33..9fad612 100644 --- a/nixos/loki.nix +++ b/nixos/loki.nix @@ -27,7 +27,7 @@ services.xserver = { enable = true; - videoDrivers = [ "nvidia" ]; + videoDrivers = [ "nvidiaLegacy390" ]; layout = "it"; xkbOptions = "eurosign:e;"; libinput.enable = true;