From c8c87b6ec32b5d1a32f0175cd64e8156c01a8c0a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 26 Mar 2026 11:19:44 +0100 Subject: [PATCH] symlink zed --- home/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/home.nix b/home/home.nix index aad619a..8b7a413 100644 --- a/home/home.nix +++ b/home/home.nix @@ -20,6 +20,11 @@ let home = { + activation.zedConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' + mkdir -p ~/.config + ln -sf ~/.config/dotfiles/secrets/zed ~/.config/zed + ''; + file = { ".config/ghostty/config".source = ../files/ghostty/config; ".gitconfig".source = ../files/git/gitconfig;