Personal Nix setup
0
fork

Configure Feed

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

Adjust ghostty settings for nightly

+2 -2
+2 -2
home/apps/ghostty.nix
··· 19 19 }; 20 20 21 21 cell_adjust = mkOption { 22 - default = if helpers.isDarwin then -1 else "-2%"; 22 + default = if helpers.isDarwin then 0 else "-2%"; 23 23 type = types.either types.int types.str; 24 24 }; 25 25 ··· 29 29 }; 30 30 31 31 window_padding_y = mkOption { 32 - default = if helpers.isDarwin then 3 else 0; 32 + default = 0; 33 33 type = types.int; 34 34 }; 35 35 };