fix(desktop,wine): remove bottles package, as it is currently broken

This commit is contained in:
Antoine Viallon 2026-05-31 00:00:45 +02:00
parent d8dbcef310
commit 7bda89ced4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ in
gamescope gamescope
mangohud mangohud
lutris lutris
bottles #bottles
] ]
++ optionals cfg.gaming.emulation [ ++ optionals cfg.gaming.emulation [
(optimizePkg { (optimizePkg {

View file

@ -20,7 +20,7 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bottles #bottles
cfg.package cfg.package
]; ];
}; };