use plugins provided by home-manager
This commit is contained in:
parent
d827167237
commit
41f1d234a9
2 changed files with 1 additions and 12 deletions
|
|
@ -12,10 +12,7 @@ let
|
|||
cat = "bat";
|
||||
feh = "feh --auto-zoom --scale-down";
|
||||
};
|
||||
plugins = [{
|
||||
name = "zsh-syntax-highlighting";
|
||||
src = inputs.zsh-syntax-highlighting;
|
||||
}];
|
||||
enableSyntaxHighlighting = true;
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
initExtra = ''export DIRENV_LOG_FORMAT=""'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue