This commit is contained in:
Ashley Wulber 2022-12-05 10:52:48 -05:00
parent 6b25ba5742
commit 93fa346bd8
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 132 additions and 99 deletions

View file

@ -1,7 +1,7 @@
#[rustfmt::skip]
mod backlight;
mod config;
mod app;
mod config;
mod localize;
mod power_daemon;
mod upower;