mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-23 12:48:35 +01:00
Fix xkb variables trace warning
This commit is contained in:
parent
22807a7a4c
commit
91f5ff75c6
@ -3,8 +3,10 @@
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "${theKBDLayout}";
|
||||
xkbVariant = "";
|
||||
xkb = {
|
||||
variant = "";
|
||||
layout = "${theKBDLayout}";
|
||||
};
|
||||
libinput.enable = true;
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user