From bbbf69e9e99755e449048ff15415dc6111fbae39 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 8 Jul 2026 09:45:26 +0200 Subject: [PATCH] And for Ghostty --- hosts/darwin/home/partials/ghostty.nix | 8 ++++++++ hosts/darwin/home/partials/ghostty/config | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 hosts/darwin/home/partials/ghostty.nix create mode 100644 hosts/darwin/home/partials/ghostty/config 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