diff --git a/config/users/kat/base/shell.nix b/config/users/kat/base/shell.nix index 313eca04..140627ed 100644 --- a/config/users/kat/base/shell.nix +++ b/config/users/kat/base/shell.nix @@ -118,12 +118,10 @@ in inherit src; })) [ "zsh-z" - ]) ++ [ - ({ + ]) ++ lib.optional (pkgs.hostPlatform == pkgs.buildPlatform) ({ name = "fzf-tab"; src = "${pkgs.zsh-fzf-tab}/share/fzf-tab"; - }) - ]; + }); }; programs.fzf = { enable = true;