From 415533215a47f16dfe7f7b3e0016d87326010f60 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 3 Dec 2025 08:27:50 +0100 Subject: [PATCH] hyprland numlock by default --- home/features/desktop/hyprland.nix | 1 + home/logistik/home.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 55170c7..174b90e 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -61,6 +61,7 @@ in { ]; input = { + numlock_by_default = true; touchdevice = { enabled = true; }; diff --git a/home/logistik/home.nix b/home/logistik/home.nix index bc4f8a8..1343ddb 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -129,6 +129,7 @@ }; input = { + numlock_by_default = true; touchdevice = { enabled = true; };