From 0f0be167c09ba4750ecd5e3a945b90bca12df906 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 18 Feb 2026 16:54:14 +0100 Subject: [PATCH] Fix --- hosts/darwin/home/alistreaza.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/darwin/home/alistreaza.nix b/hosts/darwin/home/alistreaza.nix index e1179e6..2ff9fde 100644 --- a/hosts/darwin/home/alistreaza.nix +++ b/hosts/darwin/home/alistreaza.nix @@ -15,12 +15,15 @@ XDG_DATA_HOME = "$HOME/.local/share"; XDG_STATE_HOME = "$HOME/.local/state"; }; + }; + + home.file = { file = { ".config/ghostty/" = { source = ./config/ghostty; }; }; - }; + } # Shell apps home.shell.nh.enable = true;