feat(hyprland): enable numlock by default

This commit is contained in:
Nydragon 2024-07-03 19:20:25 +02:00
parent 788be8a797
commit c4f7b6bcbd
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -50,6 +50,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
}; };
input = { input = {
numlock_by_default = true;
kb_options = "compose:caps"; kb_options = "compose:caps";
}; };