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