dotfiles/modules/gaming/default.nix

10 lines
122 B
Nix
Raw Normal View History

2022-04-25 21:54:53 -04:00
{ config, ... }: {
config = {
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
};
}