1
0
Fork 0

Install factorio

This commit is contained in:
Malte 2023-03-27 23:24:29 +02:00
parent 8316b96c22
commit 2629adc63c
2 changed files with 9 additions and 2 deletions

View file

@ -50,7 +50,14 @@
''; '';
in { in {
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit (pkgs) steam minecraft; factorio = pkgs.factorio.override {
username = "maralorn";
token = pkgs.privateValue "" "factorio";
};
inherit
(pkgs) #steam minetest
minecraft
;
inherit gw2run gw2setup wine gw2installdxvk; inherit gw2run gw2setup wine gw2installdxvk;
}; };
} }

View file

@ -12,5 +12,5 @@ self: super: let
}; };
in { in {
inherit (unfree) discord zoom-us minecraft teamviewer steam androidsdk_9_0; inherit (unfree) discord zoom-us minecraft teamviewer steam androidsdk_9_0;
inherit (unstableUnfree) minecraft-server; inherit (unstableUnfree) factorio minecraft-server;
} }