feat: figlet

This commit is contained in:
punkfairie 2025-05-26 19:22:40 -07:00
parent fbfec1f8da
commit ff92fb22ff
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@ in {
programs = {
cheat = enabled;
figlet = enabled;
nemo = enabled;
};

View file

@ -5,6 +5,7 @@
./cheat.nix
./curl.nix
./eza.nix
./figlet.nix
./fuzzel.nix
./nemo.nix
./nh.nix

View file

@ -1,6 +1,6 @@
{
lib,
config,
lib,
pkgs,
...
}: let