nixos-config/modules/home/gaming/default.nix

11 lines
223 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ pkgs, config, inputs, ... }:
{
2023-11-05 11:40:44 +01:00
home.packages = with pkgs;[
gamemode
gamescope
winetricks
inputs.nix-gaming.packages.${pkgs.system}.proton-ge
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
];
}