feat(home): Fish greeting

This commit is contained in:
punkfairie 2024-11-17 17:00:54 -08:00
parent 71e79fbcae
commit 0e03c73ac4
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -19,6 +19,10 @@ in
# general
babelfish
# for fish_greeting()
marleyos.figlet-xero-fonts
lolcat
# for extract()
gnutar
bzip2
@ -29,8 +33,6 @@ in
unrar-free
];
# TODO: Set the greeting to `figlet -f Elite marleyOS`
programs.fish = {
enable = true;
@ -71,6 +73,12 @@ in
};
functions = {
fish_greeting = # fish
''
echo ""
figlet -f Elite " marleyOS" | lolcat
'';
extract = {
argumentNames = "file";
body = # fish