This commit is contained in:
nicco
2026-03-26 11:23:55 +01:00
6 changed files with 9 additions and 3 deletions

View File

@@ -24,8 +24,9 @@
"lazyvim.plugins.extras.util.dot", "lazyvim.plugins.extras.util.dot",
"lazyvim.plugins.extras.util.startuptime" "lazyvim.plugins.extras.util.startuptime"
], ],
"install_version": 7,
"news": { "news": {
"NEWS.md": "7429" "NEWS.md": "11866"
}, },
"version": 7 "version": 8
} }

View File

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

View File

@@ -10,7 +10,7 @@
"linear-linear" "linear-linear"
"miro" "miro"
"loom" "loom"
"zed" "cursor"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [

BIN
secrets/zed/.gitignore vendored Normal file

Binary file not shown.