summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/hanekawa/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/hanekawa/configuration.nix b/hosts/hanekawa/configuration.nix
index 81c56bb..e646c98 100644
--- a/hosts/hanekawa/configuration.nix
+++ b/hosts/hanekawa/configuration.nix
@@ -32,8 +32,8 @@
services.touchegg.enable = true;
services.xserver = {
enable = true;
- layout = "br";
- xkbVariant = "";
+ xkb.layout = "br";
+ xkb.variant = "";
libinput = {
enable = true;
touchpad = {