Zen theme, Updated dependencies, moved fortune and cowsay pkgs

This commit is contained in:
2025-02-15 12:02:23 +01:00
parent 0825b293a1
commit 000b5fe81a
9 changed files with 323 additions and 28 deletions

View File

@ -20,7 +20,7 @@ in
# Start starship when creating a new shell
interactiveShellInit = ''
starship init fish | source
fortune | cowsay -f tux
${pkgs.fortune}/bin/fortune | ${pkgs.cowsay}/bin/cowsay -f tux
'';
plugins = [
{