feat(hyprland): enable numlock by default
This commit is contained in:
parent
788be8a797
commit
c4f7b6bcbd
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ lib.mkIf osConfig.programs.hyprland.enable {
|
||||||
};
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
|
numlock_by_default = true;
|
||||||
kb_options = "compose:caps";
|
kb_options = "compose:caps";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue