Skip to content

Commit af3dd1c

Browse files
authored
Merge pull request #1604 from RossComputerGuy/fix/fyde
fydetab/duo: fix typo with enable option
2 parents 7e56e39 + e9db022 commit af3dd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fydetab/duo/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in
1313
];
1414

1515
options.hardware.fydetab.duo = {
16-
enablePanthor = lib.mkEnable "Panthor GPU driver";
16+
enablePanthor = lib.mkEnableOption "Panthor GPU driver";
1717
};
1818

1919
config = {

0 commit comments

Comments
 (0)