move zoxide from yazi to fish config

This commit is contained in:
2026-01-20 20:38:32 +01:00
parent db5514062c
commit b15dd4ce86
2 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ with lib; {
enableFishIntegration = true; enableFishIntegration = true;
}; };
programs.zoxide = {
enable = true;
enableFishIntegration = true;
};
programs.fish = { programs.fish = {
enable = true; enable = true;

View File

@@ -3,9 +3,6 @@
inputs, inputs,
... ...
}: { }: {
programs.zoxide.enable = true;
programs.zoxide.enableFishIntegration = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
exiftool exiftool
unar # extract archives unar # extract archives