add zsh-nix-shell plugin, extend palatine-hill gc

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-19 14:17:41 -04:00
committed by Alice Huston
parent 758ebf1d45
commit 597859aabd
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ pkg, ... }:
{ pkgs, ... }:
{
programs.zsh = {
@ -24,7 +24,7 @@
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkg.fetchFromGitHub {
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.8.0";