nix-configurations/home/features/gaming/default.nix

17 lines
207 B
Nix
Raw Normal View History

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