This commit is contained in:
Andreas Schaafsma 2025-12-14 19:36:06 +01:00
parent 93c3ae48c5
commit e28a22ec11

View File

@ -1,9 +1,9 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
cfg = config.my.keychronKeyboard; cfg = config.my-namespace.hardware.keychron-keyboard;
in { in {
options.my.keychronKeyboard = { options.my-namespace.hardware.keychron-keyboard = {
enable = lib.mkEnableOption "Enable Keychron keyboard configuration"; enable = lib.mkEnableOption "Enable Keychron keyboard configuration";
# Add additional options here, e.g. vendor/product IDs, keymaps, etc. # Add additional options here, e.g. vendor/product IDs, keymaps, etc.
}; };