nixos-config/home/ghostty.nix
2025-01-20 01:37:20 -05:00

11 lines
208 B
Nix

{ ... }: {
programs.ghostty = {
enable = true;
enableZshIntegration = true;
settings = {
font-family = "IBM Plex Mono";
font-size = 8;
window-decoration = false;
};
};
}