refactor(hyprland): decentralize exec-once and clean up app configs

This commit is contained in:
kenji
2026-01-05 12:38:12 -06:00
parent c640e5514e
commit daa3ed6eef
6 changed files with 14 additions and 9 deletions
+4
View File
@@ -41,4 +41,8 @@
# Ensure vicinae themes directory exists for matugen output
home.file.".local/share/vicinae/themes/.keep".text = "";
wayland.windowManager.hyprland.settings.exec-once = [
"vicinae server"
];
}