From 0f5b4d155e08136289617497168ed0ad020b7942 Mon Sep 17 00:00:00 2001 From: mir Date: Mon, 26 Feb 2024 17:30:05 -0900 Subject: [PATCH] remove displaylink --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index de9c192..54b142a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -52,7 +52,10 @@ enable = true; xkbVariant = ""; xkbOptions = "caps_lock:esc"; - videoDrivers = [ "displaylink" "modesetting" ]; + videoDrivers = [ + # "displaylink" # broken + "modesetting" + ]; # Enable the GNOME Desktop Environment. desktopManager = { xterm.enable = false;