diff --git a/hosts/darwin/home/alistreaza.nix b/hosts/darwin/home/alistreaza.nix index 1b3b515..da059c9 100644 --- a/hosts/darwin/home/alistreaza.nix +++ b/hosts/darwin/home/alistreaza.nix @@ -1,4 +1,4 @@ -{ lib, import-tree, ... }: +{ config, import-tree, ... }: { home-manager.users.alistreaza = { imports = [ @@ -17,7 +17,7 @@ }; file = { "$HOME/.config/ghostty/config" = { - source = lib.file.mkOutOfStoreSymlink ./config/ghostty; + source = ./config/ghostty; }; }; }; diff --git a/hosts/darwin/system/partials/system.nix b/hosts/darwin/system/partials/system.nix index 127787f..058fa58 100644 --- a/hosts/darwin/system/partials/system.nix +++ b/hosts/darwin/system/partials/system.nix @@ -30,7 +30,7 @@ { app = "/Applications/PyCharm.app"; } { app = "/Applications/CLion.app"; } { app = "/Applications/RustRover.app"; } - { app = "/Applications/iTerm.app"; } + { app = "/Applications/Ghostty.app"; } ]; persistent-others = [ ]; wvous-bl-corner = 1;