From 539866bee02b0833f11695a2776e4020a5b50494 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Tue, 1 Oct 2024 18:39:03 +0200 Subject: [PATCH] fix(ahrc-pc): Hyprland keyboard layout --- ahrc-laptop/home.nix | 1 + ahrc-pc/home.nix | 1 + common/home.nix | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ahrc-laptop/home.nix b/ahrc-laptop/home.nix index 718c744..cce9611 100644 --- a/ahrc-laptop/home.nix +++ b/ahrc-laptop/home.nix @@ -27,6 +27,7 @@ blur.enabled = false; }; gestures.workspace_swipe = true; + input.kb_layout = "fr"; input.touchpad = { disable_while_typing = false; natural_scroll = true; diff --git a/ahrc-pc/home.nix b/ahrc-pc/home.nix index 59692cb..0f4601e 100644 --- a/ahrc-pc/home.nix +++ b/ahrc-pc/home.nix @@ -25,6 +25,7 @@ drop_shadow = true; blur.enabled = true; }; + input.kb_layout = "us"; gestures.workspace_swipe = false; misc.animate_manual_resizes = true; }; diff --git a/common/home.nix b/common/home.nix index d894977..e3874f3 100644 --- a/common/home.nix +++ b/common/home.nix @@ -191,7 +191,6 @@ no_focus_fallback = true; }; input = { - kb_layout = "fr"; numlock_by_default = true; repeat_rate = 75; repeat_delay = 300;