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
No known key found for this signature in database
GPG key ID: B09C422035669AF8

View file

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