[Desktop/Gaming] Re-enable gamescope + enable bottles

This commit is contained in:
Antoine Viallon 2023-05-18 00:45:56 +02:00
parent 98b544a876
commit afd81d1d96
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -33,9 +33,10 @@ in {
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#gamescope gamescope
mangohud mangohud
lutris lutris
bottles
] ++ optionals cfg.gaming.emulation [ ] ++ optionals cfg.gaming.emulation [
(optimizePkg { recursive = 0; } cfg.gaming.yuzu.package) (optimizePkg { recursive = 0; } cfg.gaming.yuzu.package)
(optimizePkg { } cfg.gaming.ryujinx.package) (optimizePkg { } cfg.gaming.ryujinx.package)