fixed warning in nvida-drivers
This commit is contained in:
parent
a7b738eae3
commit
e6a640abfc
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
{config, ...}: {
|
||||
services.xserver = {
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
videoDrivers = ["nvidia"];
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
# Use X instead of wayland for gaming reasons
|
||||
displayManager.gdm.wayland = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue