amadaluzian-zsh: init amadaluzian-zsh
This commit is contained in:
parent
f082ca90e4
commit
e7b8922920
20 changed files with 263 additions and 330 deletions
|
@ -1,31 +1,15 @@
|
|||
{
|
||||
symlinkJoin,
|
||||
nushell,
|
||||
zoxide,
|
||||
makeWrapper,
|
||||
system,
|
||||
inputs,
|
||||
}:
|
||||
{ symlinkJoin, nushell, zoxide, makeWrapper, system, inputs, }:
|
||||
symlinkJoin {
|
||||
name = "nu";
|
||||
|
||||
paths = [
|
||||
nushell
|
||||
inputs.self.packages.${system}.amadaluzian-starship
|
||||
zoxide
|
||||
];
|
||||
paths =
|
||||
[ nushell inputs.self.packages.${system}.amadaluzian-starship zoxide ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
passthru = {
|
||||
inherit (nushell.passthru) shellPath;
|
||||
};
|
||||
passthru = { inherit (nushell.passthru) shellPath; };
|
||||
|
||||
meta = {
|
||||
inherit (nushell.meta) mainProgram;
|
||||
};
|
||||
meta = { inherit (nushell.meta) mainProgram; };
|
||||
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/nu \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue