mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
fydetab/duo: fix typo with enable option
This commit is contained in:
parent
7e56e39db4
commit
e9db02252a
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue