mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
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:
parent
12e6c7e5d7
commit
33af690062
@ -230,7 +230,6 @@ in {
|
|||||||
(lib.mkIf cfg.wine.enable {
|
(lib.mkIf cfg.wine.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cfg.wine.package # The star of the show.
|
cfg.wine.package # The star of the show.
|
||||||
airwave # Trying to broadcast from one bridge to the next.
|
|
||||||
bottles # The Windows environment package manager.
|
bottles # The Windows environment package manager.
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user