mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:47:48 +00:00
Merge pull request #76054 from turboMaCk/imwheel-fixes
services.xserver.imwheel: Fix default extraOptions
This commit is contained in:
commit
8c39d6917e
@ -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