From 91206426e0c2b349d179315e7261066898380a8e Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 18 Feb 2026 12:24:57 +0100 Subject: [PATCH] Fix --- hosts/darwin/home/alistreaza.nix | 4 ++-- hosts/darwin/home/config/{ghostty => ghostty/config} | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) rename hosts/darwin/home/config/{ghostty => ghostty/config} (84%) diff --git a/hosts/darwin/home/alistreaza.nix b/hosts/darwin/home/alistreaza.nix index da059c9..e4e35bd 100644 --- a/hosts/darwin/home/alistreaza.nix +++ b/hosts/darwin/home/alistreaza.nix @@ -1,4 +1,4 @@ -{ config, import-tree, ... }: +{ import-tree, ... }: { home-manager.users.alistreaza = { imports = [ @@ -16,7 +16,7 @@ XDG_STATE_HOME = "$HOME/.local/state"; }; file = { - "$HOME/.config/ghostty/config" = { + "$HOME/.config/ghostty/" = { source = ./config/ghostty; }; }; diff --git a/hosts/darwin/home/config/ghostty b/hosts/darwin/home/config/ghostty/config similarity index 84% rename from hosts/darwin/home/config/ghostty rename to hosts/darwin/home/config/ghostty/config index 3e3f598..67a5ac7 100644 --- a/hosts/darwin/home/config/ghostty +++ b/hosts/darwin/home/config/ghostty/config @@ -4,6 +4,8 @@ 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