2023-12-02 10:42:59 +00:00
|
|
|
_: {
|
2023-11-29 10:18:56 +00:00
|
|
|
programs.eza = {
|
|
|
|
enable = true;
|
|
|
|
git = true;
|
|
|
|
icons = true;
|
|
|
|
extraOptions = ["--header"];
|
|
|
|
# Fish have builtin aliases for `ls`, alias `ls` to `eza` is the only thing we want to do
|
|
|
|
#enableAliases = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
home.shellAliases = {
|
|
|
|
"ls" = "eza";
|
|
|
|
"tree" = "ls --tree";
|
|
|
|
};
|
|
|
|
}
|