diff --git a/hosts/darwin/home/partials/ghostty.nix b/hosts/darwin/home/partials/ghostty.nix new file mode 100644 index 0000000..5b10389 --- /dev/null +++ b/hosts/darwin/home/partials/ghostty.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + home.file = { + ".config/ghostty/" = { + source = ./ghostty; + }; + }; +} diff --git a/hosts/darwin/home/partials/ghostty/config b/hosts/darwin/home/partials/ghostty/config new file mode 100644 index 0000000..b0203a7 --- /dev/null +++ b/hosts/darwin/home/partials/ghostty/config @@ -0,0 +1,13 @@ +# macOS specific +macos-titlebar-style = "tabs" + +# Window padding & size +window-padding-x = 8 +window-padding-y = 0,2 +window-height = 25 +window-width = 100 + +# Themes +background-blur=true +background-opacity = 0.85 +theme = Spacegray Eighties