summaryrefslogtreecommitdiff
path: root/darwin/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'darwin/home.nix')
-rw-r--r--darwin/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/home.nix b/darwin/home.nix
index 0715d11..4a7cd5f 100644
--- a/darwin/home.nix
+++ b/darwin/home.nix
@@ -60,7 +60,7 @@
60 }; 60 };
61 oh-my-zsh = { 61 oh-my-zsh = {
62 enable = true; 62 enable = true;
63 plugins = [ "git" "kubectl" "sudo" ]; 63 plugins = [ "git" "kubectl" "sudo" "terraform" "kops" ];
64 theme = "robbyrussell"; 64 theme = "robbyrussell";
65 }; 65 };
66 }; 66 };