randomWallpaper: disable * configs in sway

This commit is contained in:
Aly Raffauf 2024-08-15 02:21:49 -04:00
parent ad0e824804
commit d00863b4e4

View file

@ -86,6 +86,8 @@
'';
in {
config = lib.mkIf config.ar.home.services.randomWallpaper.enable {
wayland.windowManager.sway.config.output."*" = lib.mkForce {}; # Dirty. TODO: make more elegant.
systemd.user.services.randomWallpaper = {
Unit = {
After = "graphical-session.target";