mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 10:16:31 +05:30
9 lines
127 B
Nix
9 lines
127 B
Nix
{
|
|
flake.modules.nixos.gaming = {
|
|
programs.steam = {
|
|
enable = true;
|
|
protontricks.enable = true;
|
|
};
|
|
};
|
|
}
|