feat(gaming): add proton-ge-bin to steam

This commit is contained in:
tux
2026-05-15 09:01:59 +05:30
parent 828ca02935
commit 383bc98052

View File

@@ -1,8 +1,11 @@
{
flake.modules.nixos.gaming = {
flake.modules.nixos.gaming =
{ pkgs, ... }:
{
programs.steam = {
enable = true;
protontricks.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
};
};
}