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;