nixpkgs module: update config example
firefox.enableGeckoMediaPlayer does not exist anymore.
This commit is contained in:
parent
7035d7f199
commit
7ea15ef9c6
@ -93,7 +93,7 @@ in
|
|||||||
default = {};
|
default = {};
|
||||||
example = literalExample
|
example = literalExample
|
||||||
''
|
''
|
||||||
{ firefox.enableGeckoMediaPlayer = true; }
|
{ allowBroken = true; allowUnfree = true; }
|
||||||
'';
|
'';
|
||||||
type = configType;
|
type = configType;
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user