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

This commit is contained in:
Bernard Fortz
2018-09-25 20:18:41 +02:00
parent 0d749e58f7
commit 0bca738513
+1
View File
@@ -29,5 +29,6 @@ in
config = mkIf cfg.enable {
environment.pathsToLink = [ "/share/autojump" ];
environment.systemPackages = [ pkgs.autojump ];
};
}