Add shell aliases and eza program configuration
This commit is contained in:
10
home/shell/eza.nix
Normal file
10
home/shell/eza.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
icons = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user