fydetab/duo: fix typo with enable option

This commit is contained in:
Tristan Ross
2025-09-05 08:31:44 -07:00
parent 7e56e39db4
commit e9db02252a

View File

@@ -13,7 +13,7 @@ in
];
options.hardware.fydetab.duo = {
enablePanthor = lib.mkEnable "Panthor GPU driver";
enablePanthor = lib.mkEnableOption "Panthor GPU driver";
};
config = {