5 lines
95 B
Nix
5 lines
95 B
Nix
{ lib, ... }:
|
|
{
|
|
options.module.amd.gpu.enable = lib.mkEnableOption "the AMD Gpu support.";
|
|
}
|