fix(hypr): keyboard formatting fix

This commit is contained in:
kenji
2026-01-30 20:10:32 -06:00
parent 0bb78842c0
commit b21bcf5e7a
3 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
{myConfig, ...}: {
wayland.windowManager.hyprland.settings = {
input = {
repeat_rate = 50;
repeat_delay = 300;
numlock_by_default = true;
kb_options = myConfig.hyprland.kb_options;
};
cursor = {
hide_on_key_press = false;