this repo has no description
1
fork

Configure Feed

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

fix: update Ghostty configuration

+4 -2
+4 -2
modules/ghostty.nix
··· 11 11 font-size = 13.5; 12 12 font-feature = ["-dlig" "-liga"]; 13 13 14 + window-inherit-working-directory = false; 15 + 14 16 macos-titlebar-style = "tabs"; 15 17 16 18 auto-update = "download"; 17 19 18 - # window-colorspace = display-p3 20 + # window-colorspace = "display-p3" 19 21 20 22 background-opacity = 0.95; 21 23 background-blur-radius = 20; ··· 47 49 }; 48 50 49 51 keybindings = { 50 - "super+k" = "toggle_quick_terminal"; 52 + "super+shift+m" = "toggle_quick_terminal"; 51 53 }; 52 54 }; 53 55 }