3
0
Fork 0
forked from mirrors/nixpkgs

autodump: pulling package when programs.autojump.enable is true

This commit is contained in:
Bernard Fortz 2018-09-25 20:16:11 +02:00
parent 0d749e58f7
commit 0bca738513

View file

@ -29,5 +29,6 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.pathsToLink = [ "/share/autojump" ]; environment.pathsToLink = [ "/share/autojump" ];
environment.systemPackages = [ pkgs.autojump ];
}; };
} }