Switched from exa to eza
Exa is unmaintained
This commit is contained in:
parent
1a10b475ee
commit
fed569b1b6
4 changed files with 27 additions and 27 deletions
|
@ -6,15 +6,15 @@
|
|||
...
|
||||
}:
|
||||
with lib; let
|
||||
cfg = config.aa.tools.exa;
|
||||
cfg = config.aa.tools.eza;
|
||||
in {
|
||||
options.aa.tools.exa = with types; {
|
||||
enable = mkEnableOption "exa";
|
||||
options.aa.tools.eza = with types; {
|
||||
enable = mkEnableOption "eza";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
aa.home.extraOptions = {
|
||||
programs.exa = {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
icons = true;
|
||||
git = true;
|
Loading…
Add table
Add a link
Reference in a new issue