attempt to fix zsh nix-shell
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2037c0d4cc
commit
0122f87f22
@ -20,18 +20,22 @@
|
|||||||
#"fzf"
|
#"fzf"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
plugins = [
|
zplug = {
|
||||||
{
|
enable = true;
|
||||||
name = "zsh-nix-shell";
|
plugins = [ { name = "chisui/zsh-nix-shell"; } ];
|
||||||
file = "nix-shell.plugin.zsh";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "chisui";
|
|
||||||
repo = "zsh-nix-shell";
|
|
||||||
rev = "v0.8.0";
|
|
||||||
sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
|
|
||||||
};
|
};
|
||||||
}
|
# 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";
|
||||||
|
# };
|
||||||
|
# }
|
||||||
|
# ];
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
# functions
|
# functions
|
||||||
function mount-data {
|
function mount-data {
|
||||||
|
@ -45,6 +45,5 @@
|
|||||||
wl-clipboard
|
wl-clipboard
|
||||||
zoom-us
|
zoom-us
|
||||||
zoxide
|
zoxide
|
||||||
zsh-nix-shell
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user