The configuration files for all my Nix systems
4

Configure Feed

Select the types of activity you want to include in your feed.

fix(users/hanna): ensure we have sudo integration on ghostty

hanna (Jun 9, 2026, 6:09 AM EDT) d47c650d 46325707

+1 -1
+1 -1
users/hanna/configs/ghostty.nix
··· 24 24 cursor-style-blink = true; 25 25 26 26 shell-integration = "zsh"; 27 - shell-integration-features = [ "title" "cursor" "ssh-env" ]; 27 + shell-integration-features = [ "title" "cursor" "ssh-env" "sudo" ]; 28 28 29 29 scrollback-limit = 10000; 30 30 clipboard-write = "allow";