//! Desktop environment integrations
//!
//! This module provides integrations with various desktop environments
//! and tools for enhanced wallpaper management:
//!
//! - **KDE Plasma**: Ensures KDE apps inherit wallpaper colors
//! - **macOS**: Controls system appearance and accent colors
pub use set_kde_wallpaper;
pub use ;