From ba2b3a4fe62866396cf04edecd82a530a3015424 Mon Sep 17 00:00:00 2001
From: Zynh Ludwig <zynh0722@gmail.com>
Date: Fri, 21 Mar 2025 17:52:24 -0700
Subject: [PATCH] hyprland: numlock by default

---
 modules/hyprland.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index 5d0cff2..ae3f189 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -190,6 +190,8 @@ in
               follow_mouse = 1;
               sensitivity = 0;
 
+              numlock_by_default = true;
+
               touchpad = {
                 natural_scroll = true;
                 clickfinger_behavior = true;