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

17 lines
207 B
Nix

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