diff options
author | Leonardo Santiago <[email protected]> | 2024-04-02 16:42:12 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-04-02 16:42:12 -0300 |
commit | b5d2fa60722347f87bb25a1aa83c9d11ceacfd12 (patch) | |
tree | 750fc23c8e3f2c6c27b7528574c9f17d29260a94 /hosts/hanekawa | |
parent | 2d32bab6d9082c6c18676517863674bf2ce6089e (diff) |
fix some stuff
Diffstat (limited to 'hosts/hanekawa')
-rw-r--r-- | hosts/hanekawa/configuration.nix | 4 |
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 = { |