modules: hardware: move 'ergodox'

This commit is contained in:
Bruno BELANYI 2021-05-29 16:38:54 +02:00
parent ec1bc63de7
commit abbe1bb203
4 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,6 @@
{
imports = [
./documentation.nix
./ergodox.nix
./hardware
./home.nix
./language.nix

View File

@ -4,5 +4,6 @@
{
imports = [
./bluetooth.nix
./ergodox.nix
];
}

View File

@ -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";
};