mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
12 lines
203 B
Nix
12 lines
203 B
Nix
{ config, ... }: {
|
|
|
|
imports = [ ./leagueoflegends.nix ./lutris.nix ./steam.nix ./legendary.nix ];
|
|
|
|
config = {
|
|
hardware.opengl = {
|
|
enable = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
};
|
|
}
|