From d4cc44c7df757711d1a1fe9f03f5eface29cef0a Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 18 Feb 2024 19:49:27 +0100 Subject: [PATCH] Add fzf and zoxide to home base profile --- home/profile/base.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ]; }; }