Add nvidia drivers and fix interactive.fish
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.startx.enable = true;
|
||||
videoDrivers = [ "modesetting" ];
|
||||
videoDrivers = [ "modesetting" "nvidia" ];
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
|
||||
Reference in New Issue
Block a user