Add fzf and zoxide to home base profile

This commit is contained in:
NullBite 2024-02-18 19:49:27 +01:00
parent 4e3d6d222e
commit d4cc44c7df
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -17,6 +17,8 @@ in
nixfiles.programs.comma.enable = true;
home.packages = with pkgs; [
btop
fzf
zoxide
];
};
}