Compare commits
3 commits
b3918c8105
...
7e595d4fc0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e595d4fc0 | |||
| 703f35d52c | |||
| 616baf3baf |
1 changed files with 8 additions and 1 deletions
|
|
@ -10,7 +10,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Load nvidia driver for Xorg and Wayland
|
# Load nvidia driver for Xorg and Wayland
|
||||||
services.xserver.videoDrivers = ["nvidia"];
|
services = {
|
||||||
|
xserver = {
|
||||||
|
# Load nvidia driver for Xorg and Wayland
|
||||||
|
videoDrivers = ["nvidia"];
|
||||||
|
};
|
||||||
|
# Use X instead of wayland
|
||||||
|
displayManager.gdm.wayland = false;
|
||||||
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
# Modesetting is required.
|
# Modesetting is required.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue