Kieran's opinionated (and probably slightly dumb) nix config

chore: update hyprland config to new standard

Changed files
+7 -7
home-manager
+7 -7
home-manager/dots/hyprland.conf
···
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 7
-
blur = {
-
size = 3
-
passes = 1
-
}
-
drop_shadow = yes
-
shadow_range = 4
+
drop_shadow = true
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
···
dim_strength = 0.2
}
+
decoration:blur {
+
size = 3
+
passes = 1
+
}
+
animations {
-
enabled = yes
+
enabled = true
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more