System: Fix deprecated options for servenix
This commit is contained in:
@ -102,8 +102,9 @@
|
||||
services = {
|
||||
# Configure keymap in X11
|
||||
xserver = {
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
xkb.layout = "us";
|
||||
xkb.variant = "altgr-intl";
|
||||
|
||||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user