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

feat: add suspend after 5 minutes to hyperidle config

+5 -1
+5 -1
home-manager/hyprland.nix
··· 33 33 on-timeout = "loginctl lock-session"; 34 34 } 35 35 { 36 - timeout = 105; 36 + timeout = 90; 37 37 on-timeout = "hyprctl dispatch dpms off"; 38 38 on-resume = "hyprctl dispatch dpms on"; 39 + } 40 + { 41 + timeout = 150; 42 + on-timeout = "systemctl suspend"; 39 43 } 40 44 ]; 41 45 };