diff options
Diffstat (limited to 'nix/games.nix')
-rw-r--r-- | nix/games.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nix/games.nix b/nix/games.nix index 2921486..74adf49 100644 --- a/nix/games.nix +++ b/nix/games.nix @@ -1,10 +1,5 @@ { config, pkgs, ... }: - -let - overgrowth = pkgs.callPackage ./overgrowth.nix { - aux-data = "/home/sea/Games/Overgrowth"; - }; -in { +{ environment.systemPackages = with pkgs; [ scorched3d zeroad # hedgewars _20kly strategy astromenace chromium-bsu # scrolling |