diff --git a/nixos/modules/programs/autojump.nix b/nixos/modules/programs/autojump.nix index 229ac212e40..9fc8382a754 100644 --- a/nixos/modules/programs/autojump.nix +++ b/nixos/modules/programs/autojump.nix @@ -29,5 +29,6 @@ in config = mkIf cfg.enable { environment.pathsToLink = [ "/share/autojump" ]; + environment.systemPackages = [ pkgs.autojump ]; }; }