mirror of
https://github.com/librephoenix/nixos-config
synced 2025-12-15 22:14:00 +05:30
6 lines
102 B
Nix
6 lines
102 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
hardware.opengl.driSupport32Bit = true;
|
|
programs.steam.enable = true;
|
|
}
|