about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorEvan Stoll <evanjsx@gmail.com>2020-01-30 01:32:16 -0500
committerJon <jonringer@users.noreply.github.com>2020-02-03 10:00:35 -0800
commite3417191930b5e30b630b947d872f187c58513c9 (patch)
treea68e160e5ff86cdd619577ea81ba2163273d4cbf /nixos/modules/hardware
parentd3bef573f97689dc5857554165e68be5fdaaf753 (diff)
downloadnixlib-e3417191930b5e30b630b947d872f187c58513c9.tar
nixlib-e3417191930b5e30b630b947d872f187c58513c9.tar.gz
nixlib-e3417191930b5e30b630b947d872f187c58513c9.tar.bz2
nixlib-e3417191930b5e30b630b947d872f187c58513c9.tar.lz
nixlib-e3417191930b5e30b630b947d872f187c58513c9.tar.xz
nixlib-e3417191930b5e30b630b947d872f187c58513c9.tar.zst
nixlib-e3417191930b5e30b630b947d872f187c58513c9.zip
openrazer: 2.6.0 -> 2.7.0
openrazer: remove superfluous period from hardware.openrazer.enable
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/openrazer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/openrazer.nix b/nixos/modules/hardware/openrazer.nix
index 883db7f2f4f1..b5c3d6744142 100644
--- a/nixos/modules/hardware/openrazer.nix
+++ b/nixos/modules/hardware/openrazer.nix
@@ -49,7 +49,7 @@ in
 {
   options = {
     hardware.openrazer = {
-      enable = mkEnableOption "OpenRazer drivers and userspace daemon.";
+      enable = mkEnableOption "OpenRazer drivers and userspace daemon";
 
       verboseLogging = mkOption {
         type = types.bool;