aboutsummaryrefslogtreecommitdiffstats
path: root/home/desktop/ghostty.nix
blob: 7de8af8d82cc8b3c13f323a3b97e6d7611acf9a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  programs.ghostty = {
    enable = true;
    enableZshIntegration = true;
    settings = {
      theme = "Solarized Dark - Patched";
      font-size = 12;
    };
  };
}