From 63fa7916fda54deb86b916e5adc9bcb0fd60143f Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Tue, 19 Sep 2023 18:16:25 +0200 Subject: [PATCH] chore: remove comment --- users/gandalf/modules/zsh.nix | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) 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";