This commit is contained in:
root 2024-03-02 19:42:56 +01:00
parent 717d2d8e98
commit 21de51fa37

12
zsh.nix
View file

@ -13,6 +13,18 @@
{ name = "zsh-users/zsh-syntax-highlighting"; } { name = "zsh-users/zsh-syntax-highlighting"; }
]; ];
}; };
plugins = [
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v0.8.0";
sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
};
}
];
}; };
programs.starship = { programs.starship = {