fix(hyprpaper): it did not autostart

This commit is contained in:
kenji
2026-07-06 14:56:39 -05:00
parent 9a82cac7c5
commit ce490e5513
+4 -1
View File
@@ -67,9 +67,12 @@
exec matugen image "$CACHE_FILE" --source-color-index 0
'';
in {
imports = [
# ../matugen/default.nix
];
wayland.windowManager.hyprland.settings = {
exec-once = [
# "uwsm app -- hyprpaper"
"uwsm app -- hyprpaper"
"hyprctl hyprpaper preload ${cacheWallpaper}"
"hyprctl hyprpaper wallpaper ,${cacheWallpaper}"
"uwsm app -- matugen image ${cacheWallpaper} --source-color-index 0"