Revert "Install 0ad"
All checks were successful
Cachix / build (elendel) (push) Successful in 2m39s
Cachix / build (marabethia) (push) Successful in 4m18s
Cachix / build (kholinar) (push) Successful in 5m1s

This reverts commit 9c93e87620.
This commit is contained in:
Charlotte Van Petegem 2025-05-15 13:16:21 +02:00
parent 50e1972660
commit 001585002f
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
{
imports = [
@ -18,6 +18,5 @@
minecraft.client = lib.mkDefault false;
steam.enable = lib.mkDefault true;
};
environment.systemPackages = [ pkgs.zeroad ];
};
}