Install 0ad
All checks were successful
Cachix / build (elendel) (push) Successful in 7m6s
Cachix / build (kholinar) (push) Successful in 15m21s
Cachix / build (marabethia) (push) Successful in 5m43s

This commit is contained in:
Charlotte Van Petegem 2025-05-14 16:08:42 +02:00
parent db802e558e
commit 9c93e87620
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

View file

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