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

16 lines
185 B
Nix
Raw Permalink Normal View History

2022-12-30 12:05:46 +00:00
{ pkgs, ... }: {
2022-12-30 12:05:46 +00:00
imports = [
./sunshine.nix
2022-12-30 12:05:46 +00:00
];
home.packages = with pkgs; [
gamescope
goverlay
mangohud
2023-02-01 11:38:23 +00:00
protontricks
protonup-ng
2023-02-01 11:38:23 +00:00
winetricks
2022-12-30 12:05:46 +00:00
];
2022-12-30 12:05:46 +00:00
}