mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-29 18:13:09 +01:00
11 lines
185 B
Nix
11 lines
185 B
Nix
{ pkgs, config, lib, ... }:
|
|
|
|
libmkIf (${deviceProfile} == "amd-desktop") {
|
|
# OpenGL
|
|
hardware.opengl = {
|
|
enable = true;
|
|
driSupport = true;
|
|
driSupport32Bit = true;
|
|
};
|
|
}
|