1
Fork 0
satellite/modules/applications/memes.nix

17 lines
278 B
Nix
Raw Normal View History

2020-04-11 22:43:22 +02:00
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [
# I love combining these together and generating random stuff lol
fortune
cowsay
lolcat
figlet
toilet
# stuff to look at
doge
sl
asciiquarium
cmatrix
];
}