Initial commit
This commit is contained in:
13
home/programs/shell/eza.nix
Normal file
13
home/programs/shell/eza.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# Eza is a ls replacement
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
icons = "auto";
|
||||
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"--no-quotes"
|
||||
"--icons=always"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user