Compare commits
No commits in common. "7e595d4fc03d28233f359ff52e25dabd2fcbd673" and "b3918c8105074b741c995cab63e0cf84c487405d" have entirely different histories.
7e595d4fc0
...
b3918c8105
1 changed files with 1 additions and 8 deletions
|
@ -10,14 +10,7 @@
|
|||
};
|
||||
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
services = {
|
||||
xserver = {
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
# Use X instead of wayland
|
||||
displayManager.gdm.wayland = false;
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
# Modesetting is required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue