chore: remove comment
This commit is contained in:
parent
4879c8321f
commit
63fa7916fd
1 changed files with 2 additions and 14 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue