profiles/desktop: update app list for Wine submodule

This commit is contained in:
Gabriel Arazas 2023-06-05 17:44:11 +08:00
parent a775e10049
commit 1ca789bd86
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 3 additions and 2 deletions

View File

@ -124,6 +124,7 @@ in
hardware.enable = true;
cleanup.enable = true;
autoUpgrade.enable = true;
wine.enable = true;
};
dev = {
enable = true;

View File

@ -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.
];
})
]);