feat: move background processes to its own daemon

This commit is contained in:
zhom
2026-01-11 21:01:09 +04:00
parent 6756f88955
commit eeea15c65d
39 changed files with 3466 additions and 948 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod autostart;
pub mod services;
pub mod tray;