xow: 0.2 -> 0.4

This commit is contained in:
Jan Solanti
2020-03-31 17:24:37 +03:00
parent 35035a543c
commit 081ed8f012
3 changed files with 17 additions and 29 deletions
+1 -1
View File
@@ -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 {