use plugins provided by home-manager

dev-docs
Moritz Böhme 2021-10-26 09:33:55 +02:00
parent d827167237
commit 41f1d234a9
2 changed files with 1 additions and 12 deletions

View File

@ -21,14 +21,6 @@
url = "github:jonaburg/picom"; url = "github:jonaburg/picom";
flake = false; flake = false;
}; };
zsh-autosuggestions = {
url = "github:zsh-users/zsh-autosuggestions";
flake = false;
};
zsh-syntax-highlighting = {
url = "github:zsh-users/zsh-syntax-highlighting";
flake = false;
};
}; };
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }: outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }:

View File

@ -12,10 +12,7 @@ let
cat = "bat"; cat = "bat";
feh = "feh --auto-zoom --scale-down"; feh = "feh --auto-zoom --scale-down";
}; };
plugins = [{ enableSyntaxHighlighting = true;
name = "zsh-syntax-highlighting";
src = inputs.zsh-syntax-highlighting;
}];
enableAutosuggestions = true; enableAutosuggestions = true;
enableCompletion = true; enableCompletion = true;
initExtra = ''export DIRENV_LOG_FORMAT=""''; initExtra = ''export DIRENV_LOG_FORMAT=""'';