diff --git a/modules/home-manager/_private/suites/dev.nix b/modules/home-manager/_private/suites/dev.nix index d70783a8..5e634085 100644 --- a/modules/home-manager/_private/suites/dev.nix +++ b/modules/home-manager/_private/suites/dev.nix @@ -100,7 +100,7 @@ in { # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception. programs.fzf = { enable = true; - changeDirWidgetCommand = "${fd} --type directory --unrestricted"; + changeDirWidgetCommand = "${lib.getExe pkgs.fd} --type directory --unrestricted"; defaultOptions = let skipDirectories' = lib.concatStringsSep "," config.state.paths.ignoreDirectories;