6 lines
138 B
Nix
6 lines
138 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
hardware.opengl.driSupport32Bit = true;
|
|
programs.steam.enable = true;
|
|
}
|