chore: Update syntax to new variant

This commit is contained in:
uttarayan21
2025-01-05 18:47:00 +05:30
parent 974fbca379
commit 1153534369

View File

@@ -75,8 +75,10 @@
# Configure keymap in X11
services.xserver = {
layout = "us";
xkbVariant = "";
xkb = {
layout = "us";
variant = "";
};
};
security.sudo.wheelNeedsPassword = false;