aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/ghostty.nix
blob: 77e30d333d049759e0674b08356db96883d56c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  home.file.".config/ghostty/config".text = ''
    theme = tokyonight-storm

    window-padding-x = 12
    window-padding-y = 12
    window-decoration = true
    window-theme = "dark"
    window-inherit-working-directory = true
    window-inherit-font-size = true
    title = ""
  '';
}