aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/zsh.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-09-14 17:18:09 -0700
committerFranck Cuny <franck@fcuny.net>2023-09-14 17:36:58 -0700
commit17a8f86782b773c77880e34b6a02e53def4015e8 (patch)
treeee611470d040b90331865b7e519b7e737ea70c29 /home/profiles/zsh.nix
parentbuild(deps): bump cachix/install-nix-action from 22 to 23 (#2) (diff)
downloadinfra-17a8f86782b773c77880e34b6a02e53def4015e8.tar.gz
more configuration for darwin
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";
};
};
}