Initial Commit
This commit is contained in:
17
programs/terminal/eza/eza.nix
Normal file
17
programs/terminal/eza/eza.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
programs.eza = {
|
||||
|
||||
enable = true;
|
||||
|
||||
enableZshIntegration = true;
|
||||
|
||||
extraOptions = [
|
||||
"--color=auto"
|
||||
];
|
||||
|
||||
git = true;
|
||||
|
||||
icons = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user