1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

swaync: fix example configuration

Add a semicolon after "notification-body-image-width = 200" for
completeness.

PR #5828
This commit is contained in:
Dominic Esposito 2024-09-12 11:58:01 -05:00 committed by Robert Helgesson
parent 43845d04f8
commit f084d65319
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -63,7 +63,7 @@ in {
notification-inline-replies = false;
notification-icon-size = 64;
notification-body-image-height = 100;
notification-body-image-width = 200
notification-body-image-width = 200;
};
'';
description = ''