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

17 lines
188 B
Nix

{ pkgs, ... }: {
imports = [
./sunshine.nix
];
home.packages = with pkgs; [
gamescope
goverlay
mangohud
protontricks
protonup-ng
winetricks
];
}