12 lines
164 B
Nix
12 lines
164 B
Nix
|
{pkgs, ...}: {
|
||
|
imports = [./sunshine.nix];
|
||
|
home.packages = with pkgs; [
|
||
|
gamemode
|
||
|
gamescope
|
||
|
goverlay
|
||
|
mangohud
|
||
|
ryujinx
|
||
|
protonup-ng
|
||
|
];
|
||
|
}
|