mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 08:41:55 +05:30
8 lines
99 B
Nix
8 lines
99 B
Nix
{...}: {
|
|
programs.steam = {
|
|
enable = true;
|
|
};
|
|
|
|
hardware.opengl.driSupport32Bit = true;
|
|
}
|