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