diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index cc5b8a6..ac472c6 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -30,12 +30,5 @@ history.size = 10000; history.path = "${config.xdg.dataHome}/zsh/history"; - - # Not needed since I'm using starship - # oh-my-zsh = { - # enable = true; - # plugins = [ "git" "sudo" ]; - # theme = "agnoster"; # blinks is also really nice - # }; }; }