dotfiles/modules/gaming/common.nix
2022-04-25 21:54:53 -04:00

10 lines
122 B
Nix

{ config, ... }: {
config = {
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
};
}