0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

xow: 0.2 -> 0.4

This commit is contained in:
Jan Solanti 2020-03-30 04:05:52 +03:00
parent 35035a543c
commit 081ed8f012
3 changed files with 17 additions and 29 deletions

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 {