profiles/desktop: remove Airwave from Wine submodule

It requires to download certain things first which is not easily
available apparently so we'll remove it for now.
This commit is contained in:
Gabriel Arazas 2023-06-08 12:15:41 +08:00
parent 12e6c7e5d7
commit 33af690062
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -230,7 +230,6 @@ in {
(lib.mkIf cfg.wine.enable {
environment.systemPackages = with pkgs; [
cfg.wine.package # The star of the show.
airwave # Trying to broadcast from one bridge to the next.
bottles # The Windows environment package manager.
];
})