mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 02:10:43 +00:00
Add eza
This commit is contained in:
parent
184115b93d
commit
25d03d2327
2 changed files with 14 additions and 0 deletions
13
home/programs/terminal/tools/eza.nix
Normal file
13
home/programs/terminal/tools/eza.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Eza is an alternative to ls, written in Rust
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
icons = true;
|
||||
git = true;
|
||||
enableZshIntegration = false;
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"--header"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue