mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-09 16:17:08 +00:00
Compare commits
5 Commits
503fd70c44
...
61bb9982d4
| Author | SHA1 | Date | |
|---|---|---|---|
| 61bb9982d4 | |||
| b19972ecdb | |||
| c8c87b6ec3 | |||
| 68a262e75d | |||
| 6d2eeb20e9 |
@@ -20,6 +20,14 @@ let
|
|||||||
|
|
||||||
home = {
|
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 = {
|
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;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
extras = {
|
extras = {
|
||||||
casks = [
|
casks = [
|
||||||
"notion"
|
"notion"
|
||||||
|
"cursor"
|
||||||
];
|
];
|
||||||
pkgs =
|
pkgs =
|
||||||
pkgs: with 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