mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-09 16:17:08 +00:00
Merge branch 'main' of https://github.com/cupcakearmy/nix-macos
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
"lazyvim.plugins.extras.util.dot",
|
||||
"lazyvim.plugins.extras.util.startuptime"
|
||||
],
|
||||
"install_version": 7,
|
||||
"news": {
|
||||
"NEWS.md": "7429"
|
||||
"NEWS.md": "11866"
|
||||
},
|
||||
"version": 7
|
||||
"version": 8
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"linear-linear"
|
||||
"miro"
|
||||
"loom"
|
||||
"zed"
|
||||
"cursor"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
|
||||
BIN
secrets/zed/.gitignore
vendored
Normal file
BIN
secrets/zed/.gitignore
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user