use ;
/// Returns the application's config directory path (~/.config/gim/)
///
/// # Returns
/// `std::io::Result<PathBuf>` - On success, returns the path to the config directory
///
/// # Errors
/// Returns `std::io::Error` with `ErrorKind::NotFound` if the home directory cannot be determined