about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorJan Solanti <jhs@psonet.com>2020-03-30 04:05:52 +0300
committerJan Solanti <jhs@psonet.com>2020-03-31 17:24:37 +0300
commit081ed8f0126178a0d2c624fd4bd946704db7fc6a (patch)
treecd67d9314f2987b655bf5cbe1a2d877a9a430d9f /nixos/modules/hardware
parent35035a543c9ed2e3383ecfdf6b9c610e20c3223c (diff)
downloadnixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar.gz
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar.bz2
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar.lz
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar.xz
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.tar.zst
nixlib-081ed8f0126178a0d2c624fd4bd946704db7fc6a.zip
xow: 0.2 -> 0.4
Diffstat (limited to 'nixos/modules/hardware')
-rw-r--r--nixos/modules/hardware/uinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/uinput.nix b/nixos/modules/hardware/uinput.nix
index 101c12fe257e..55e86bfa6bdb 100644
--- a/nixos/modules/hardware/uinput.nix
+++ b/nixos/modules/hardware/uinput.nix
@@ -4,7 +4,7 @@ let
   cfg = config.hardware.uinput;
 in {
   options.hardware.uinput = {
-    enable = lib.mkEnableOption "Whether to enable uinput support";
+    enable = lib.mkEnableOption "uinput support";
   };
 
   config = lib.mkIf cfg.enable {