my system configurations ^-^
0
fork

Configure Feed

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

feat(ghostty): window padding

willow 9397d3c9 83b626c2

+2 -1
+2 -1
modules/shared/home/programs/gui/terminals/ghostty.nix
··· 22 22 settings = { 23 23 gtk-single-instance = true; 24 24 macos-titlebar-style = "hidden"; 25 - 25 + window-padding-x = 15; 26 + window-padding-y = 15; 26 27 font-family = "Maple Mono NF"; 27 28 }; 28 29 };