chore: remove comment

This commit is contained in:
Jacob Bachmann 2023-09-19 18:16:25 +02:00
parent 4879c8321f
commit 63fa7916fd
Signed by: bchmnn
GPG key ID: 732A612DAD28067D

View file

@ -1,22 +1,10 @@
{ config, pkgs, ... }: { { config, ... }: {
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
enableAutosuggestions = true; enableAutosuggestions = true;
syntaxHighlighting.enable = 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 = { oh-my-zsh = {
enable = true; enable = true;
theme = "terminalparty"; theme = "terminalparty";