12 lines
168 B
Nix
12 lines
168 B
Nix
{ ... }:
|
|
{
|
|
hardware = {
|
|
graphics = {
|
|
enable32Bit = true;
|
|
};
|
|
};
|
|
|
|
fonts.fontconfig.cache32Bit = true;
|
|
services.pipewire.alsa.support32Bit = true;
|
|
}
|