remove pre-commit-update hook, re-enable formatter hook
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkg, ... }:
|
||||
{
|
||||
|
||||
programs.zsh = {
|
||||
@ -20,6 +20,18 @@
|
||||
#"fzf"
|
||||
];
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
file = "nix-shell.plugin.zsh";
|
||||
src = pkg.fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v0.8.0";
|
||||
sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
|
||||
};
|
||||
}
|
||||
];
|
||||
initExtra = ''
|
||||
# functions
|
||||
function mount-data {
|
||||
|
Reference in New Issue
Block a user