fix typo in config.nix

This commit is contained in:
shynd 2025-02-20 13:46:57 +01:00
parent 9419b77ed4
commit 7de8782c38
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
xserver = {
enable = false;
xkb = {
layout = "${keyboarLayout}";
layout = "${keyboardLayout}";
variant = "";
};
};