diff --git a/users/gandalf/modules/zsh.nix b/users/gandalf/modules/zsh.nix index 8389d97..cedd192 100644 --- a/users/gandalf/modules/zsh.nix +++ b/users/gandalf/modules/zsh.nix @@ -1,22 +1,10 @@ -{ config, pkgs, ... }: { +{ config, ... }: { programs.zsh = { enable = true; enableCompletion = true; enableAutosuggestions = true; syntaxHighlighting.enable = true; - /* - plugins = [ - { - name = "zsh-syntax-highlighting"; - src = pkgs.fetchFromGitHub { - owner = "zsh-users"; - repo = "zsh-syntax-highlighting"; - rev = "0.7.1"; - hash = "sha256-gOG0NLlaJfotJfs+SUhGgLTNOnGLjoqnUp54V9aFJg8="; - }; - } - ]; - */ + oh-my-zsh = { enable = true; theme = "terminalparty";