From b413c8af810ce87818b6519a0eb6ef1cc0104484 Mon Sep 17 00:00:00 2001 From: Daniel Fainberg Date: Tue, 21 Jul 2026 10:41:15 +0200 Subject: [PATCH] feat(hyprland): enable numlock by default for any keyboard --- modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home.nix b/modules/home.nix index fcd4e64..cc473ad 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -591,6 +591,7 @@ in input = { kb_layout = "de"; follow_mouse = 1; + numlock_by_default = true; }; "$mod" = "SUPER";