replace ls with eza
This commit is contained in:
parent
5d79895d84
commit
6fd9e72e49
3 changed files with 10 additions and 0 deletions
8
home-manager/shared/shell/eza.nix
Normal file
8
home-manager/shared/shell/eza.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{lib, ...}: {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue