This website requires JavaScript.
Explore
Help
Sign In
Lillian-Violet
/
NixOS-Config
Watch
1
Star
0
Fork
You've already forked NixOS-Config
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
6695352632
NixOS-Config
/
home-manager
/
shared
/
shell
/
eza.nix
8 lines
103 B
Nix
Raw
Normal View
History
Unescape
Escape
remove all unecessary imports for cleaner code :)
2024-10-28 00:17:05 +01:00
{
.
.
.
}:
{
replace ls with eza
2024-04-30 11:30:44 +02:00
programs
.
eza
=
{
enable
=
true
;
enableZshIntegration
=
true
;
git
=
true
;
}
;
}
Reference in a new issue
Copy permalink