mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Gaming] Re-enable gamescope + enable bottles
This commit is contained in:
parent
98b544a876
commit
afd81d1d96
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue