mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
mpvpaper: fix typos
This commit is contained in:
committed by
Austin Horstman
parent
6ce2e18007
commit
f678263ecf
@@ -31,7 +31,7 @@ in
|
||||
'';
|
||||
description = ''
|
||||
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 {
|
||||
@@ -44,7 +44,7 @@ in
|
||||
'';
|
||||
description = ''
|
||||
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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user