258 current 2024-10-01 21:35:04 24.11.20240916.99dc878 6.11.0 *

This commit is contained in:
sadan 2024-10-01 21:35:10 -04:00
parent 288306a9a1
commit 7283e1ef8b
No known key found for this signature in database

View file

@ -13,4 +13,17 @@ in
enable = true; enable = true;
oh-my-zsh.enable = true; oh-my-zsh.enable = true;
initExtra = zshInitArgs; initExtra = zshInitArgs;
enableCompletion = true;
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";
};
}
];
} }