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, ...}: {
|
{config, ...}: {
|
||||||
services.xserver = {
|
services = {
|
||||||
# Load nvidia driver for Xorg and Wayland
|
xserver = {
|
||||||
videoDrivers = ["nvidia"];
|
# Load nvidia driver for Xorg and Wayland
|
||||||
|
videoDrivers = ["nvidia"];
|
||||||
|
};
|
||||||
# Use X instead of wayland for gaming reasons
|
# Use X instead of wayland for gaming reasons
|
||||||
displayManager.gdm.wayland = false;
|
displayManager.gdm.wayland = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue