mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 08:14:58 +08:00
8 lines
194 B
Nix
8 lines
194 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
steam
|
|
];
|
|
|
|
# https://github.com/NixOS/nixpkgs/issues/47932#issuecomment-447508411
|
|
hardware.opengl.driSupport32Bit = true;
|
|
}
|