Add shell aliases and eza program configuration

This commit is contained in:
panotaka
2023-11-25 22:20:28 -04:00
parent fef12b0b50
commit 235a5b3895
4 changed files with 84 additions and 36 deletions

10
home/shell/eza.nix Normal file
View File

@@ -0,0 +1,10 @@
{ config
, ...
}:
{
programs.eza = {
enable = true;
enableAliases = true;
icons = true;
};
}