summary refs log tree commit diff
path: root/nixos/modules/hardware/openrazer.nix
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/openrazer.nix
parentd3bef573f97689dc5857554165e68be5fdaaf753 (diff)
downloadnixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar.gz
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar.bz2
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar.lz
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar.xz
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.tar.zst
nixpkgs-e3417191930b5e30b630b947d872f187c58513c9.zip
openrazer: 2.6.0 -> 2.7.0
openrazer: remove superfluous period from hardware.openrazer.enable
Diffstat (limited to 'nixos/modules/hardware/openrazer.nix')
-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 883db7f2f4f..b5c3d674414 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;