diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/packages.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; [ |