diff --git a/home/profile/base.nix b/home/profile/base.nix index 6d4680f..31f10ee 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -17,6 +17,8 @@ in nixfiles.programs.comma.enable = true; home.packages = with pkgs; [ btop + fzf + zoxide ]; }; }