diff --git a/homeManagerModules/zsh.nix b/homeManagerModules/zsh.nix index 9654637..b861566 100644 --- a/homeManagerModules/zsh.nix +++ b/homeManagerModules/zsh.nix @@ -3,13 +3,5 @@ programs.zsh = { enable = true; syntaxHighlighting.enable = true; - oh-my-zsh = { - enable = true; - plugins = [ - "systemd" - "bun" - "common-aliases" - ]; - }; }; }