home/hyprland: enable hyprpaper

This commit is contained in:
2025-03-27 13:56:21 +01:00
parent 0930701e43
commit 4874b74060

View File

@@ -360,6 +360,11 @@ in
};
};
services.hyprpaper = {
enable = true;
settings.ipc = true;
};
# UWSM
systemd.user.services = {
hypridle.Unit.After = lib.mkForce "graphical-session.target";