Skip to content

Commit

Permalink
lolcat boxes boot message
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Oct 27, 2024
1 parent d968201 commit eca4ad0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions boot-message.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
@mightyiam:matrix.org
'';
in
''echo -e ${message} | cowsay --bold --aurora -f dragon'';
runtimeInputs = [ pkgs.neo-cowsay ];
''echo -e ${message} | boxes --design weave | lolcat --seed 38 --force'';
runtimeInputs = [
pkgs.lolcat
pkgs.boxes
];
};
};

Expand Down

0 comments on commit eca4ad0

Please sign in to comment.