From afd81d1d968b29760396e1cf459ac1102ec60e69 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 18 May 2023 00:45:56 +0200 Subject: [PATCH] [Desktop/Gaming] Re-enable gamescope + enable bottles --- desktop/games.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/games.nix b/desktop/games.nix index 71177b9..a96f415 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -33,9 +33,10 @@ in { ]; environment.systemPackages = with pkgs; [ - #gamescope + gamescope mangohud lutris + bottles ] ++ optionals cfg.gaming.emulation [ (optimizePkg { recursive = 0; } cfg.gaming.yuzu.package) (optimizePkg { } cfg.gaming.ryujinx.package)