mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 14:35:03 +00:00
Merge pull request #6 from ordionary/main
claude code & lazydocker config
This commit is contained in:
2
files/lazydocker/config.yml
Normal file
2
files/lazydocker/config.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
gui:
|
||||
returnImmediately: true
|
||||
@@ -30,6 +30,7 @@
|
||||
".gitignore_global".source = ../files/git/gitignore_global;
|
||||
".gitconfig.local".source = ../secrets/git/config.${host.hostName};
|
||||
".config/nvim".source = ../files/nvim;
|
||||
"Library/Application Support/lazydocker/config.yml".source = ../files/lazydocker/config.yml;
|
||||
|
||||
# Secrets
|
||||
".ssh/config".text = builtins.replaceStrings [ "@SSH_KEY@" ] [ host.sshKey ] (
|
||||
|
||||
@@ -45,6 +45,7 @@ with pkgs;
|
||||
terraform
|
||||
k9s
|
||||
kubectl
|
||||
claude-code
|
||||
|
||||
# Editor
|
||||
nvs
|
||||
|
||||
Reference in New Issue
Block a user