Fix errounous ;

This commit is contained in:
Patrick Menking 2024-09-16 12:03:12 -04:00
parent 42f4710c79
commit 5159cd66dd

View file

@ -1,5 +1,4 @@
{ inputs, pkgs, lib, config, ...}: {
environment.systemPackages = with pkgs;
(
# Core packages
@ -93,5 +92,5 @@
widelands
wesnoth
] else []
);
)
}