Loading nixos/modules/services/x11/hardware/libinput.nix +2 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,8 @@ in { services.xserver.libinput = { enable = mkEnableOption (lib.mdDoc "libinput") // { default = true; default = config.services.xserver.enable; defaultText = lib.literalExpression "config.services.xserver.enable"; }; mouse = mkConfigForDevice "mouse"; touchpad = mkConfigForDevice "touchpad"; Loading Loading
nixos/modules/services/x11/hardware/libinput.nix +2 −1 Original line number Diff line number Diff line Loading @@ -261,7 +261,8 @@ in { services.xserver.libinput = { enable = mkEnableOption (lib.mdDoc "libinput") // { default = true; default = config.services.xserver.enable; defaultText = lib.literalExpression "config.services.xserver.enable"; }; mouse = mkConfigForDevice "mouse"; touchpad = mkConfigForDevice "touchpad"; Loading