added gpu/sys/bt

This commit is contained in:
2026-03-13 16:23:23 +01:00
parent 8a3d9610fb
commit 65b67e89fd
9 changed files with 389 additions and 3 deletions
+3
View File
@@ -5,6 +5,9 @@ pub mod hardware;
pub mod disk;
pub mod btrfs;
pub mod audio;
pub mod gpu;
pub mod sys;
pub mod bt;
use crate::config::Config;
use crate::output::WaybarOutput;