meow
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user