mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
services.xserver.imwheel: Fix default extraOptions
This commit is contained in:
parent
d942688fc1
commit
66eef90547
@ -10,7 +10,7 @@ in
|
||||
|
||||
extraOptions = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ "--buttons 45" ];
|
||||
default = [ "--buttons=45" ];
|
||||
example = [ "--debug" ];
|
||||
description = ''
|
||||
Additional command-line arguments to pass to
|
||||
|
Loading…
Reference in New Issue
Block a user