feat(nix/prog): enable exa

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-05 10:42:47 +03:00
parent e202bd2c20
commit 63c310ef14
1 changed files with 6 additions and 0 deletions

View File

@ -21,4 +21,10 @@ in
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.exa = {
enable = true;
# TODO: install zsh and activate aliases
# enableAliases = true;
};
}