Personal NixOS flake

feat(hyprland): add cursor inactive_timeout

+4
+4
home/emily/gui/hyprland/default.nix
··· 147 focus_on_activate = true; # Need this for obsidian web clipper to work, apparently 148 }; 149 150 input = { 151 kb_layout = "us"; 152 kb_variant = "";
··· 147 focus_on_activate = true; # Need this for obsidian web clipper to work, apparently 148 }; 149 150 + cursor = { 151 + inactive_timeout = 5; 152 + }; 153 + 154 input = { 155 kb_layout = "us"; 156 kb_variant = "";