mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
fydetab/duo: fix typo with enable option
This commit is contained in:
parent
7e56e39db4
commit
e9db02252a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue