mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
8 lines
101 B
Nix
8 lines
101 B
Nix
{ ... }: {
|
|
programs.steam = {
|
|
enable = true;
|
|
};
|
|
|
|
hardware.opengl.driSupport32Bit = true;
|
|
}
|