feat: figlet
This commit is contained in:
parent
fbfec1f8da
commit
ff92fb22ff
3 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@ in {
|
|||
|
||||
programs = {
|
||||
cheat = enabled;
|
||||
figlet = enabled;
|
||||
nemo = enabled;
|
||||
};
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
./cheat.nix
|
||||
./curl.nix
|
||||
./eza.nix
|
||||
./figlet.nix
|
||||
./fuzzel.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
Loading…
Reference in a new issue