This commit is contained in:
2026-08-05 02:57:59 +01:00
parent a93ff98461
commit e79146364c
6 changed files with 60 additions and 45 deletions
+4 -10
View File
@@ -39,16 +39,10 @@
{
xdg.configFile."hypr/hyprland-local.lua" = {
text = ''
decoration {
blur {
enabled = false
}
}
input {
kb_layout = "gb"
follow_mouse = 2
sensitivity = 0
}
-- Host overrides (laptop)
hl.config({ ["decoration.blur.enabled"] = false })
hl.config({ ["input.sensitivity"] = 0 })
hl.device({ name = "default", sensitivity = 0 })
'';
};
home.packages = with pkgs; [