feat: memes
This commit is contained in:
parent
a6c45b0609
commit
864ace160a
|
@ -1 +1,3 @@
|
||||||
{ ... }: { imports = [ ./misc.nix ./locale.nix ./git ./shells ./wakatime ]; }
|
{ ... }: {
|
||||||
|
imports = [ ./misc.nix ./locale.nix ./git ./shells ./wakatime ./memes.nix ];
|
||||||
|
}
|
||||||
|
|
16
modules/applications/memes.nix
Normal file
16
modules/applications/memes.nix
Normal 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
|
||||||
|
];
|
||||||
|
}
|
|
@ -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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue