mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 22:45:02 +00:00
Compare commits
4 Commits
dde705cf76
...
dbdb337037
| Author | SHA1 | Date | |
|---|---|---|---|
| dbdb337037 | |||
| 386b7997e1 | |||
|
|
093e231e7e | ||
|
|
538fbd9adb |
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;
|
".gitignore_global".source = ../files/git/gitignore_global;
|
||||||
".gitconfig.local".source = ../secrets/git/config.${host.hostName};
|
".gitconfig.local".source = ../secrets/git/config.${host.hostName};
|
||||||
".config/nvim".source = ../files/nvim;
|
".config/nvim".source = ../files/nvim;
|
||||||
|
"Library/Application Support/lazydocker/config.yml".source = ../files/lazydocker/config.yml;
|
||||||
|
|
||||||
# Secrets
|
# Secrets
|
||||||
".ssh/config".text = builtins.replaceStrings [ "@SSH_KEY@" ] [ host.sshKey ] (
|
".ssh/config".text = builtins.replaceStrings [ "@SSH_KEY@" ] [ host.sshKey ] (
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ with pkgs;
|
|||||||
terraform
|
terraform
|
||||||
k9s
|
k9s
|
||||||
kubectl
|
kubectl
|
||||||
|
claude-code
|
||||||
|
|
||||||
# Editor
|
# Editor
|
||||||
nvs
|
nvs
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"daisydisk"
|
"daisydisk"
|
||||||
"blender"
|
"blender"
|
||||||
"bambu-studio"
|
"bambu-studio"
|
||||||
|
"cyberduck"
|
||||||
];
|
];
|
||||||
pkgs =
|
pkgs =
|
||||||
pkgs: with pkgs; [
|
pkgs: with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user