feat(nix/prog): enable exa
This commit is contained in:
parent
e202bd2c20
commit
63c310ef14
1 changed files with 6 additions and 0 deletions
|
@ -21,4 +21,10 @@ in
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
programs.exa = {
|
||||||
|
enable = true;
|
||||||
|
# TODO: install zsh and activate aliases
|
||||||
|
# enableAliases = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue