modules: hardware: move 'ergodox'
This commit is contained in:
parent
ec1bc63de7
commit
abbe1bb203
|
@ -4,7 +4,6 @@
|
|||
{
|
||||
imports = [
|
||||
./documentation.nix
|
||||
./ergodox.nix
|
||||
./hardware
|
||||
./home.nix
|
||||
./language.nix
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
{
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./ergodox.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# ZSA keyboard udev rules
|
||||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.modules.ergodox;
|
||||
cfg = config.my.hardware.ergodox;
|
||||
in
|
||||
{
|
||||
options.my.modules.ergodox = with lib; {
|
||||
options.my.hardware.ergodox = with lib; {
|
||||
enable = mkEnableOption "ZSA udev rules and user group configuration";
|
||||
};
|
||||
|
Loading…
Reference in a new issue