From 7c0e53efb646814d33ae982c3ae69ce530dea866 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 26 Sep 2023 19:03:46 -0700 Subject: zsh: oh-my-zsh plugins --- darwin/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin') 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 @@ }; oh-my-zsh = { enable = true; - plugins = [ "git" "kubectl" "sudo" ]; + plugins = [ "git" "kubectl" "sudo" "terraform" "kops" ]; theme = "robbyrussell"; }; }; -- cgit v1.2.3