diff --git a/hosts/ni/default.nix b/hosts/ni/default.nix index 79b78148..49af3870 100644 --- a/hosts/ni/default.nix +++ b/hosts/ni/default.nix @@ -124,6 +124,7 @@ in hardware.enable = true; cleanup.enable = true; autoUpgrade.enable = true; + wine.enable = true; }; dev = { enable = true; diff --git a/modules/nixos/profiles/desktop.nix b/modules/nixos/profiles/desktop.nix index 39a0a2b8..649d7ed6 100644 --- a/modules/nixos/profiles/desktop.nix +++ b/modules/nixos/profiles/desktop.nix @@ -230,8 +230,8 @@ in { (lib.mkIf cfg.wine.enable { environment.systemPackages = with pkgs; [ cfg.wine.package # The star of the show. - winetricks # We do a little trickery with missing Windows runtimes. - bottles # PlayOnLinux but better. :> + airwave # Trying to broadcast from one bridge to the next. + bottles # The Windows environment package manager. ]; }) ]);