1
Fork 0

feat: memes

This commit is contained in:
Matei Adriel 2020-04-11 23:43:22 +03:00
parent a6c45b0609
commit 864ace160a
3 changed files with 19 additions and 7 deletions

View file

@ -1 +1,3 @@
{ ... }: { imports = [ ./misc.nix ./locale.nix ./git ./shells ./wakatime ]; } { ... }: {
imports = [ ./misc.nix ./locale.nix ./git ./shells ./wakatime ./memes.nix ];
}

View file

@ -0,0 +1,16 @@
{ 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
];
}

View file

@ -17,11 +17,5 @@
google-chrome google-chrome
spectacle # take screenshots spectacle # take screenshots
unstable.elementary-planner # project planner unstable.elementary-planner # project planner
# for the memes
fortune
cowsay
lolcat
figlet
]; ];
} }