nix/option/AmdGpu.nix

5 lines
95 B
Nix

{ lib, ... }:
{
options.module.amd.gpu.enable = lib.mkEnableOption "the AMD Gpu support.";
}