Personal Nix setup

Adjust ghostty settings for nightly

Changed files
+2 -2
home
+2 -2
home/apps/ghostty.nix
···
};
cell_adjust = mkOption {
-
default = if helpers.isDarwin then -1 else "-2%";
+
default = if helpers.isDarwin then 0 else "-2%";
type = types.either types.int types.str;
};
···
};
window_padding_y = mkOption {
-
default = if helpers.isDarwin then 3 else 0;
+
default = 0;
type = types.int;
};
};