summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2018-11-06 00:50:00 +0000
committerKier Davis <kierdavis@gmail.com>2018-11-06 00:50:00 +0000
commitde009133d4a9cf1fbde924c55e207ebf40fefc40 (patch)
treeae3ca07922841032b7116353aae8e65d1a5d601e /nixos/modules/hardware
parent3b7984dd51346ae83454e7bd3d17a2c7a4f23fbf (diff)
ckb-next: move option renames to nixos/modules/rename.nix for consistency
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/ckb-next.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/hardware/ckb-next.nix b/nixos/modules/hardware/ckb-next.nix
index 7c8e0f559587..a275fb8fd604 100644
--- a/nixos/modules/hardware/ckb-next.nix
+++ b/nixos/modules/hardware/ckb-next.nix
@@ -7,11 +7,6 @@ let
in
{
- imports = [
- (mkRenamedOptionModule ["hardware" "ckb" "enable"] ["hardware" "ckb-next" "enable"])
- (mkRenamedOptionModule ["hardware" "ckb" "package"] ["hardware" "ckb-next" "package"])
- ];
-
options.hardware.ckb-next = {
enable = mkEnableOption "the Corsair keyboard/mouse driver";