nixos-config/modules/opengl.nix
2022-02-23 23:26:43 +01:00

7 lines
82 B
Nix

{ ... }: {
hardware.opengl = {
enable = true;
driSupport = true;
};
}