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 = {
|
programs = {
|
||||||
cheat = enabled;
|
cheat = enabled;
|
||||||
|
figlet = enabled;
|
||||||
nemo = enabled;
|
nemo = enabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
./cheat.nix
|
./cheat.nix
|
||||||
./curl.nix
|
./curl.nix
|
||||||
./eza.nix
|
./eza.nix
|
||||||
|
./figlet.nix
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
Loading…
Reference in a new issue