2022-12-30 12:05:46 +00:00
|
|
|
{ pkgs, ... }: {
|
2023-01-09 15:03:01 +00:00
|
|
|
|
2022-12-30 12:05:46 +00:00
|
|
|
imports = [
|
|
|
|
./steam.nix
|
2023-01-09 15:03:01 +00:00
|
|
|
./sunshine.nix
|
2022-12-30 12:05:46 +00:00
|
|
|
];
|
2023-01-09 15:03:01 +00:00
|
|
|
|
2022-12-30 12:05:46 +00:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
gamescope
|
|
|
|
goverlay
|
|
|
|
mangohud
|
2023-01-09 15:03:01 +00:00
|
|
|
protonup-ng
|
2022-12-30 12:05:46 +00:00
|
|
|
];
|
2023-01-09 15:03:01 +00:00
|
|
|
|
2022-12-30 12:05:46 +00:00
|
|
|
programs.gamemode.enable = true;
|
|
|
|
}
|