home/exa: use all hm aliases
This commit is contained in:
parent
0b0cef5fc9
commit
8f0e992e1a
1 changed files with 3 additions and 7 deletions
|
@ -16,13 +16,9 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.exa.enable = true;
|
||||
|
||||
programs.zsh.shellAliases = mkIf config.shell.zsh.enable {
|
||||
ls = "${bin} -1";
|
||||
ll = "${bin} -l";
|
||||
lt = "${bin} --tree";
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue