forked from mirrors/nixpkgs
autodump: pulling package when programs.autojump.enable is true
This commit is contained in:
parent
0d749e58f7
commit
0bca738513
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue