refactor(hypr): separated exec-once to their corresponding apps

This commit is contained in:
kenji
2026-01-02 12:00:26 -06:00
parent b398d5b797
commit a2acedf2bb
7 changed files with 40 additions and 20 deletions
+8 -1
View File
@@ -54,6 +54,12 @@
exec matugen image "$CACHE_FILE"
'';
in {
wayland.windowManager.hyprland.settings = {
exec-once = [
"uwsm app -- hyprpaper"
];
};
services.hyprpaper = {
enable = true;
settings = {
@@ -81,4 +87,5 @@ in {
'';
systemd.user.startServices = "sd-switch";
}
}