mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-10 00:27:09 +00:00
symlink zed
This commit is contained in:
@@ -20,6 +20,11 @@ let
|
|||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
||||||
|
activation.zedConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||||
|
mkdir -p ~/.config
|
||||||
|
ln -sf ~/.config/dotfiles/secrets/zed ~/.config/zed
|
||||||
|
'';
|
||||||
|
|
||||||
file = {
|
file = {
|
||||||
".config/ghostty/config".source = ../files/ghostty/config;
|
".config/ghostty/config".source = ../files/ghostty/config;
|
||||||
".gitconfig".source = ../files/git/gitconfig;
|
".gitconfig".source = ../files/git/gitconfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user