hosts/legion/desktop: xserver.layout -> xserver.xkb.layout
This commit is contained in:
parent
d8ff83529c
commit
2cb3562526
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
excludePackages = [pkgs.xterm];
|
excludePackages = [pkgs.xterm];
|
||||||
videoDrivers = ["nvidia"];
|
videoDrivers = ["nvidia"];
|
||||||
layout = "pl";
|
xkb.layout = "pl";
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
config = lib.mkForce ''
|
config = lib.mkForce ''
|
||||||
Section "OutputClass"
|
Section "OutputClass"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue