From 7bda89ced497a93462db5aa608492c607410d3d5 Mon Sep 17 00:00:00 2001 From: Antoine VIALLON Date: Sun, 31 May 2026 00:00:45 +0200 Subject: [PATCH] fix(desktop,wine): remove bottles package, as it is currently broken --- desktop/games.nix | 2 +- windows/wine.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/games.nix b/desktop/games.nix index 669ccba..e5a44a8 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -59,7 +59,7 @@ in gamescope mangohud lutris - bottles + #bottles ] ++ optionals cfg.gaming.emulation [ (optimizePkg { diff --git a/windows/wine.nix b/windows/wine.nix index 09f53a0..6016e15 100644 --- a/windows/wine.nix +++ b/windows/wine.nix @@ -20,7 +20,7 @@ in }; config = mkIf cfg.enable { environment.systemPackages = with pkgs; [ - bottles + #bottles cfg.package ]; };