Added NUR overlay

This commit is contained in:
marc
2022-11-25 16:34:57 +01:00
parent 23e0c5a9c8
commit ebbbd0d179
11 changed files with 86 additions and 18 deletions

View File

@@ -59,6 +59,16 @@ in
name = "powerlevel10k";
src = "${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k";
}
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.5.0";
sha256 = "0za4aiwwrlawnia4f29msk822rj9bgcygw6a8a6iikiwzjjz0g91";
};
}
];
};