more stuff

This commit is contained in:
Kopatz
2024-04-17 16:33:12 +02:00
parent 468c978e62
commit 6a891bec61
35 changed files with 177 additions and 74 deletions

View File

@@ -1,10 +1,10 @@
{ config, pkgs, lib, ...}:
with lib;
let
cfg = config.kop.hardware.wooting;
cfg = config.custom.hardware.wooting;
in
{
options.kop.hardware.wooting = {
options.custom.hardware.wooting = {
enable = mkEnableOption "Enable wooting hardware support";
};