Merge pull request #1604 from RossComputerGuy/fix/fyde

fydetab/duo: fix typo with enable option
This commit is contained in:
0x4A6F
2025-09-05 17:54:20 +00:00
committed by GitHub

View File

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