1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

mpvpaper: fix typos

This commit is contained in:
Josh Romer 2025-09-24 01:52:29 -04:00 committed by Austin Horstman
parent 6ce2e18007
commit f678263ecf

View file

@ -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.
'';
};
};