about summary refs log tree commit diff
path: root/home/profiles/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/zsh.nix')
-rw-r--r--home/profiles/zsh.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/home/profiles/zsh.nix b/home/profiles/zsh.nix
index 82e0057..756ee9d 100644
--- a/home/profiles/zsh.nix
+++ b/home/profiles/zsh.nix
@@ -39,13 +39,10 @@
       dhcp-leasese = "xdg-open http://192.168.6.1:8067/";
     };
 
-    prezto = {
+    oh-my-zsh = {
       enable = true;
-      prompt.theme = "minimal";
-      pmodules = [
-        "prompt"
-        "git"
-      ];
+      plugins = ["git"];
+      theme = "robbyrussell";
     };
   };
 }