Install 0ad
This commit is contained in:
parent
db802e558e
commit
9c93e87620
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -18,5 +18,6 @@
|
||||||
minecraft.client = lib.mkDefault false;
|
minecraft.client = lib.mkDefault false;
|
||||||
steam.enable = lib.mkDefault true;
|
steam.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = [ pkgs.zeroad ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue