Add battle for wesnoth

This commit is contained in:
Johannes Rothe 2025-03-17 19:13:55 +01:00
parent 0f42a868b4
commit c8b660bfe0

View File

@ -1,5 +1,8 @@
{...}:
{pkgs, ...}:
{
environment.systemPackages = with pkgs; [
wesnoth
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;