From c8b660bfe03c55f33048b39c63729fbb616a56ff Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 17 Mar 2025 19:13:55 +0100 Subject: [PATCH] Add battle for wesnoth --- modules/graphical/steam.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/graphical/steam.nix b/modules/graphical/steam.nix index a050e5d..23a170d 100644 --- a/modules/graphical/steam.nix +++ b/modules/graphical/steam.nix @@ -1,5 +1,8 @@ -{...}: +{pkgs, ...}: { + environment.systemPackages = with pkgs; [ + wesnoth + ]; programs.steam = { enable = true; remotePlay.openFirewall = true;