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