gold: add gold as a standalone home manager config
This commit is contained in:
parent
ec6476d470
commit
9d4decff9c
5 changed files with 80 additions and 5 deletions
|
@ -15,5 +15,20 @@
|
|||
src = fishPlugins.hydro.src;
|
||||
}
|
||||
];
|
||||
interactiveShellInit = ''
|
||||
fish_config theme choose 'ayu Dark'
|
||||
fish_config prompt choose arrow
|
||||
${pkgs.nix-your-shell}/bin/nix-your-shell fish | source
|
||||
function fish_right_prompt
|
||||
if test -n "$IN_NIX_SHELL"
|
||||
echo -n "<nix-shell>"
|
||||
else if test $SHLVL -ge 3
|
||||
echo -n "<🚀lv$SHLVL>"
|
||||
end
|
||||
end
|
||||
'';
|
||||
functions = {
|
||||
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue