9 lines
156 B
Nix
9 lines
156 B
Nix
{pkgs, ...}:
|
|
{
|
|
users.users.makefu.packages = [
|
|
pkgs.steam
|
|
];
|
|
hardware.opengl.driSupport32Bit = true;
|
|
hardware.pulseaudio.support32Bit = true;
|
|
}
|