remove displaylink
This commit is contained in:
parent
1ead5ea613
commit
0f5b4d155e
@ -52,7 +52,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
xkbVariant = "";
|
xkbVariant = "";
|
||||||
xkbOptions = "caps_lock:esc";
|
xkbOptions = "caps_lock:esc";
|
||||||
videoDrivers = [ "displaylink" "modesetting" ];
|
videoDrivers = [
|
||||||
|
# "displaylink" # broken
|
||||||
|
"modesetting"
|
||||||
|
];
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
xterm.enable = false;
|
xterm.enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user