Style: Fix typo.

This commit is contained in:
Dmitry Voronin 2024-12-30 04:59:42 +03:00
parent 69ab1d9ad3
commit 7662b95e0b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -27,7 +27,7 @@ in
opacity = with style.opacity; { opacity = with style.opacity; {
inherit desktop terminal; inherit desktop terminal;
applications = application; applications = application;
popups = popups; popups = popup;
}; };
} }
// (lib.optionalAttrs wallpaper.forceContrastText { // (lib.optionalAttrs wallpaper.forceContrastText {