This commit is contained in:
Kopatz
2024-04-16 21:08:13 +02:00
parent 7e8fecc30b
commit a61bf01275
8 changed files with 60 additions and 45 deletions

View File

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