summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 11329fa..9501bc6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,6 +16,7 @@ pub mod help;
pub mod icon;
pub mod image;
pub mod keys;
+pub mod kitty;
pub mod launchable;
pub mod path;
pub mod pattern;
@@ -34,8 +35,6 @@ pub mod verb;
#[cfg(unix)]
pub mod filesystems;
-#[cfg(unix)]
-pub mod kitty;
#[cfg(unix)]
pub mod net;