From 2a5add85a923f4a67d800b7e0fdcec1f23893c3f Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 4 Jul 2025 19:48:47 -0500 Subject: hosts/tomato: Install Wine --- hosts/tomato/packages.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/tomato/packages.nix') diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 8d7b39c..bf27f23 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -25,6 +25,7 @@ in sys.tools = true; writing.tools = true; www.browser = true; + wine.base = true; }; environment.systemPackages = with pkgs; [ -- cgit v1.2.3