Compare commits

...

5 Commits

Author SHA1 Message Date
61bb9982d4 remove destination if not symlink 2026-03-26 12:25:14 +01:00
b19972ecdb add cursor 2026-03-26 11:20:14 +01:00
c8c87b6ec3 symlink zed 2026-03-26 11:19:44 +01:00
68a262e75d ignore prompts folder 2026-03-26 11:19:03 +01:00
6d2eeb20e9 remove prompts 2026-03-26 11:18:55 +01:00
5 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,14 @@ let
home = {
activation.zedConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
mkdir -p ~/.config
if [ ! -L ~/.config/zed ]; then
rm -rf ~/.config/zed
ln -sf ~/.config/dotfiles/secrets/zed ~/.config/zed
fi
'';
file = {
".config/ghostty/config".source = ../files/ghostty/config;
".gitconfig".source = ../files/git/gitconfig;

View File

@@ -7,6 +7,7 @@
extras = {
casks = [
"notion"
"cursor"
];
pkgs =
pkgs: with pkgs; [

BIN
secrets/zed/.gitignore vendored Normal file

Binary file not shown.