From 2287bf1943ae3a031c7b67f848925bb524d2a2a2 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Wed, 18 Feb 2026 12:17:06 +0100 Subject: [PATCH] Fix --- hosts/darwin/home/alistreaza.nix | 4 ++-- hosts/darwin/system/partials/system.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;