mirror of
https://github.com/nix-community/home-manager
synced 2024-12-21 01:09:47 +01:00
fusuma: fix settings example (#3067)
This commit is contained in:
parent
ef990143b6
commit
12cfcc1b9d
1 changed files with 11 additions and 15 deletions
|
@ -73,9 +73,6 @@ in {
|
||||||
type = yamlFormat.type;
|
type = yamlFormat.type;
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
enable = true;
|
|
||||||
extraPackages = with pkgs;[ xdotool ];
|
|
||||||
config = {
|
|
||||||
threshold = {
|
threshold = {
|
||||||
swipe = 0.1;
|
swipe = 0.1;
|
||||||
};
|
};
|
||||||
|
@ -91,7 +88,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
YAML config that will override the default fusuma configuration.
|
YAML config that will override the default fusuma configuration.
|
||||||
|
|
Loading…
Reference in a new issue