mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-09 03:56:04 +01:00
mpvpaper: fix typos
This commit is contained in:
parent
6ce2e18007
commit
f678263ecf
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ in
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
List of program names that will cause mpvpaper to pause.
|
List of program names that will cause mpvpaper to pause.
|
||||||
Programs must be separed by spaces or newlines.
|
Programs must be separated by spaces or newlines.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
stopList = mkOption {
|
stopList = mkOption {
|
||||||
|
|
@ -44,7 +44,7 @@ in
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
List of program names that will cause mpvpaper to stop.
|
List of program names that will cause mpvpaper to stop.
|
||||||
Programs must be separed by spaces or newlines.
|
Programs must be separated by spaces or newlines.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue