index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applications
/
cli
/
eza
/
default.nix
blob: a8d2f579ee6076c93f3ad19a881b8e700deb7411 (
plain
) (
blame
)
1
2
3
4
5
6
7
_
:
{
programs
.
eza
=
{
enable
=
true
;
icons
=
true
;
enableFishIntegration
=
true
;
};
}