mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
8 lines
97 B
Nix
8 lines
97 B
Nix
{...}: {
|
|
programs.steam = {
|
|
enable = true;
|
|
};
|
|
|
|
hardware.graphics.enable32Bit = true;
|
|
}
|