summaryrefslogtreecommitdiff
path: root/hosts/hanekawa/configuration.nix
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-04-02 16:42:12 -0300
committerLeonardo Santiago <[email protected]>2024-04-02 16:42:12 -0300
commitb5d2fa60722347f87bb25a1aa83c9d11ceacfd12 (patch)
tree750fc23c8e3f2c6c27b7528574c9f17d29260a94 /hosts/hanekawa/configuration.nix
parent2d32bab6d9082c6c18676517863674bf2ce6089e (diff)
fix some stuff
Diffstat (limited to 'hosts/hanekawa/configuration.nix')
-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 = {