diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-04 19:48:47 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-04 19:48:47 -0500 |
commit | 2a5add85a923f4a67d800b7e0fdcec1f23893c3f (patch) | |
tree | 3b18a6e5114cb789047966d808578ab65219d1b9 /hosts | |
parent | ce393fb81e668d1e3da037796ccdfac55628648d (diff) | |
download | nixos-config-2a5add85a923f4a67d800b7e0fdcec1f23893c3f.tar.gz nixos-config-2a5add85a923f4a67d800b7e0fdcec1f23893c3f.zip |
hosts/tomato: Install Wine
Diffstat (limited to 'hosts')
-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; [ |