aboutsummaryrefslogblamecommitdiffstats
path: root/home/sadbeast/features/desktop/ghostty.nix
blob: 6754a05f96eb38e3da50be61ddc239e32a43f3e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                        
{
  programs.ghostty = {
    enable = true;
    enableZshIntegration = true;
    settings = {
      font-family = "Iosevka Nerd Font";
      window-decoration = false;
      resize-overlay = "never";
      theme = "starlight";
    };
  };
}