From 2bfe6d13c58be7c7c3df411d5191a83258164763 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 18 Feb 2026 12:27:49 +0100 Subject: [PATCH] Fix --- hosts/darwin/home/alistreaza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/home/alistreaza.nix b/hosts/darwin/home/alistreaza.nix index e4e35bd..e1179e6 100644 --- a/hosts/darwin/home/alistreaza.nix +++ b/hosts/darwin/home/alistreaza.nix @@ -16,7 +16,7 @@ XDG_STATE_HOME = "$HOME/.local/state"; }; file = { - "$HOME/.config/ghostty/" = { + ".config/ghostty/" = { source = ./config/ghostty; }; };