1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

dunst: fix settings example

This commit is contained in:
Dominik Schrempf 2022-06-20 08:07:29 +02:00 committed by Robert Helgesson
parent ce563f5911
commit 206ded407e
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -108,7 +108,10 @@ in {
example = literalExpression ''
{
global = {
geometry = "300x5-30+50";
width = 300;
height = 300;
offset = "30x50";
origin = "top-right";
transparency = 10;
frame_color = "#eceff1";
font = "Droid Sans 9";