dotfiles/modules/gaming/default.nix
2022-04-26 19:59:55 -04:00

12 lines
187 B
Nix

{ config, ... }: {
imports = [ ./leagueoflegends.nix ./lutris.nix ./steam.nix ];
config = {
hardware.opengl = {
enable = true;
driSupport32Bit = true;
};
};
}