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)