mandarin: enabled opengl

This commit is contained in:
Aly Raffauf 2024-06-19 20:55:54 -04:00 committed by Aly Raffauf
parent efb5e91158
commit 0921ac347c
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@
}; };
}; };
hyprland.enable = true; hyprland.enable = true;
steam.enable = true;
}; };
apps = { apps = {
steam.enable = true; steam.enable = true;

View file

@ -36,6 +36,7 @@
enableAllFirmware = true; enableAllFirmware = true;
opengl = { opengl = {
enable = true;
driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;