From b5d2fa60722347f87bb25a1aa83c9d11ceacfd12 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 2 Apr 2024 16:42:12 -0300 Subject: fix some stuff --- hosts/hanekawa/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/hanekawa/configuration.nix') 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 = { -- cgit v1.2.3