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): correct the escapes in ghostty

hanna (Jun 9, 2026, 6:25 AM EDT) 1337381f 8161383b

+1 -1
+1 -1
users/hanna/configs/ghostty.nix
··· 31 31 clipboard-read = "ask"; 32 32 33 33 keybind = [ 34 - "shift+enter=text:\x1b\r" 34 + "shift+enter=text:\\x1b\\r" 35 35 "control+tab=toggle_tab_overview" 36 36 ]; 37 37 } // lib.optionalAttrs (profile == "darwin") {