add lua config for hyprland
nixos config pipeline / show-flake (push) Successful in 17s
nixos config pipeline / deploy (push) Successful in 7s

This commit is contained in:
smayzy
2026-08-15 05:12:00 +02:00
parent c48368b501
commit 19ec68c058
8 changed files with 264 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
--Set inputs here
hl.config({
input = {
kb_layout = "fr",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = false,
},
},
cursor = {
no_hardware_cursors = 0,
min_refresh_rate = 165
}
})