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

View file

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