mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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;
|
hardware.enable = true;
|
||||||
cleanup.enable = true;
|
cleanup.enable = true;
|
||||||
autoUpgrade.enable = true;
|
autoUpgrade.enable = true;
|
||||||
|
wine.enable = true;
|
||||||
};
|
};
|
||||||
dev = {
|
dev = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -230,8 +230,8 @@ 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.
|
||||||
winetricks # We do a little trickery with missing Windows runtimes.
|
airwave # Trying to broadcast from one bridge to the next.
|
||||||
bottles # PlayOnLinux but better. :>
|
bottles # The Windows environment package manager.
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user