moved
This commit is contained in:
parent
93c3ae48c5
commit
e28a22ec11
@ -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.
|
||||||
};
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user