mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
profiles/desktop: update app list for Wine submodule
This commit is contained in:
parent
a775e10049
commit
1ca789bd86
@ -124,6 +124,7 @@ in
|
||||
hardware.enable = true;
|
||||
cleanup.enable = true;
|
||||
autoUpgrade.enable = true;
|
||||
wine.enable = true;
|
||||
};
|
||||
dev = {
|
||||
enable = true;
|
||||
|
@ -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.
|
||||
];
|
||||
})
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user