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

chore: increase display darkening timeout to 30s

+1 -1
+1 -1
home-manager/hyprland.nix
··· 24 24 25 25 listener = [ 26 26 { 27 - timeout = 10; 27 + timeout = 30; 28 28 on-timeout = "kill $(pidof wluma); brightnessctl -s set 10"; 29 29 on-resume = "brightnessctl -r; wluma &"; 30 30 }