started zsh wrapper
This commit is contained in:
@@ -51,4 +51,14 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake.wrappers.zsh = { pkgs, wlib, ... }: {
|
||||||
|
imports = [wlib.wrapperModules.zsh];
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
btop
|
||||||
|
coreutils
|
||||||
|
curl
|
||||||
|
wget
|
||||||
|
yazi
|
||||||
|
zsh
|
||||||
|
];
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user