diff --git a/nix/home.nix b/nix/home.nix index fccdf3e..d087e22 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -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; + }; }