From d9c4f5eefa4dd83828e5626f2918bfeb98ff045e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20I=C8=99an?= Date: Thu, 29 Jan 2026 16:14:41 +0100 Subject: [PATCH] fixed 0AD --- modules/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gaming.nix b/modules/gaming.nix index 5e5e800..f824cbd 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -25,7 +25,7 @@ }; environment.systemPackages = with pkgs; [ - 0ad + zeroad-unwrapped ]; }