add sj-bm-hostkey0, bump steveej-t14, rework NIX_PATH and zsh

This commit is contained in:
steveej 2023-11-23 17:14:15 +01:00
parent ceda614fcd
commit 47173396fe
13 changed files with 156 additions and 575 deletions

View file

@ -74,8 +74,6 @@ in {
# don't cd into directories when executed
unsetopt AUTO_CD
export NIX_PATH="nixpkgs=${pkgs.path}"
# print lines without termination
setopt PROMPT_CR
setopt PROMPT_SP
@ -92,14 +90,8 @@ in {
plugins = [
{
# will source zsh-autosuggestions.plugin.zsh
name = "zsh-autosuggestions";
src = pkgs.fetchFromGitHub {
owner = "zsh-users";
repo = "zsh-autosuggestions";
rev = "v0.6.3";
sha256 = "1h8h2mz9wpjpymgl2p7pc146c1jgb3dggpvzwm9ln3in336wl95c";
};
src = pkgs.zsh-autosuggestions;
}
{
name = "enhancd";
@ -107,8 +99,8 @@ in {
src = pkgs.fetchFromGitHub {
owner = "b4b4r07";
repo = "enhancd";
rev = "v2.2.4";
sha256 = "1smskx9vkx78yhwspjq2c5r5swh9fc5xxa40ib4753f00wk4dwpp";
rev = "v2.5.1";
sha256 = "sha256-kaintLXSfLH7zdLtcoZfVNobCJCap0S/Ldq85wd3krI=";
};
}
{