mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-20 00:59:04 +05:30
10 lines
196 B
Nix
10 lines
196 B
Nix
{
|
|
flake.modules.nixos.gaming = {pkgs, ...}: {
|
|
programs.steam = {
|
|
enable = true;
|
|
protontricks.enable = true;
|
|
extraCompatPackages = with pkgs; [proton-ge-bin];
|
|
};
|
|
};
|
|
}
|