1
0
Fork 0

Deinstall some games

This commit is contained in:
Malte Brandy 2021-03-08 14:45:30 +01:00
parent 00d751f55b
commit 3aef60e622
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 8 additions and 6 deletions

View file

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

View file

@ -4,5 +4,5 @@ let
unstableUnfree =
import self.sources.nixos-unstable { config.allowUnfree = true; };
in {
inherit (unfree) discord factorio steam zoom-us skypeforlinux google-chrome;
inherit (unfree) discord factorio steam zoom-us skypeforlinux google-chrome minecraft;
}

View file

@ -16,6 +16,7 @@ let
haskell-language-server cabal-install dhall taskwarrior pandoc hlint
cabal2nix weeder reflex-dom password optics shh-extras neuron
hspec-discover cabal-edit paths hmatrix postgresql-simple snap
arbtt
;
iCalendar = overrideCabal (doJailbreak (unmarkBroken p.iCalendar)) {
preConfigure = ''substituteInPlace iCalendar.cabal --replace "network >=2.6 && <2.7" "network -any"'';