8 lines
113 B
Nix
8 lines
113 B
Nix
{pkgs, ...}:
|
|
{
|
|
users.users.makefu.packages = [
|
|
pkgs.steam
|
|
];
|
|
hardware.opengl.driSupport32Bit = true;
|
|
}
|