symlink zed

This commit is contained in:
2026-03-26 11:19:44 +01:00
parent 68a262e75d
commit c8c87b6ec3

View File

@@ -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;