randomWallpaper: disable hyprpaper stylix config
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-15 02:32:43 -04:00
parent d00863b4e4
commit 1e658a2d73

View file

@ -86,6 +86,8 @@
''; '';
in { in {
config = lib.mkIf config.ar.home.services.randomWallpaper.enable { config = lib.mkIf config.ar.home.services.randomWallpaper.enable {
services.hyprpaper.enable = lib.mkDefault false;
stylix.targets.hyprpaper.enable = lib.mkDefault false;
wayland.windowManager.sway.config.output."*" = lib.mkForce {}; # Dirty. TODO: make more elegant. wayland.windowManager.sway.config.output."*" = lib.mkForce {}; # Dirty. TODO: make more elegant.
systemd.user.services.randomWallpaper = { systemd.user.services.randomWallpaper = {