Personal Nix setup
0
fork

Configure Feed

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

Update ghostty settings

+12 -3
+12 -3
home/apps/ghostty.nix
··· 72 72 window-theme = ghostty 73 73 window-colorspace = display-p3 74 74 window-save-state = always 75 + window-decoration = server 75 76 unfocused-split-opacity = 0.9 76 77 77 78 adjust-underline-thickness = -1 ··· 86 87 87 88 adw-toolbar-style = flat 88 89 89 - shell-integration-features = no-cursor 90 + shell-integration-features = no-cursor,sudo,title 90 91 shell-integration = zsh 91 92 93 + mouse-hide-while-typing = true 94 + mouse-shift-capture = true 95 + mouse-scroll-multiplier = 0.7 96 + 92 97 clipboard-read = allow 93 98 clipboard-paste-protection = false 99 + 100 + quick-terminal-position = bottom 94 101 95 102 keybind = clear 96 103 keybind = super+q=quit ··· 133 140 keybind = ctrl+a>l=resize_split:right,40 134 141 keybind = ctrl+a>g=equalize_splits 135 142 136 - keybind = super+c=copy_to_clipboard 137 - keybind = super+v=paste_from_clipboard 143 + keybind = performable:super+c=copy_to_clipboard 144 + keybind = performable:super+v=paste_from_clipboard 145 + 146 + keybind = global:cmd+grave_accent=toggle_quick_terminal 138 147 ''; 139 148 } 140 149 ]);