mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 09:38:07 +08:00
fydetab/duo: fix typo with enable option
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
];
|
||||
|
||||
options.hardware.fydetab.duo = {
|
||||
enablePanthor = lib.mkEnable "Panthor GPU driver";
|
||||
enablePanthor = lib.mkEnableOption "Panthor GPU driver";
|
||||
};
|
||||
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user