Some changes
This commit is contained in:
parent
8793835fdc
commit
7c7e281b3c
9 changed files with 141 additions and 92 deletions
12
home-manager/eza.nix
Normal file
12
home-manager/eza.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
icons = true;
|
||||
extraOptions = [
|
||||
"--all"
|
||||
"--color=always"
|
||||
"--group-directories-first"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue