mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
mandarin: enabled opengl
This commit is contained in:
parent
efb5e91158
commit
0921ac347c
|
@ -50,6 +50,7 @@
|
|||
};
|
||||
};
|
||||
hyprland.enable = true;
|
||||
steam.enable = true;
|
||||
};
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
enableAllFirmware = true;
|
||||
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue