home/exa: use all hm aliases

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-04 23:48:01 +03:00
parent 0b0cef5fc9
commit 8f0e992e1a
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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;
};
};
}