mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 08:11:54 -05:00
randomWallpaper: force hyprpaper off
This commit is contained in:
parent
98f8de52c3
commit
64a4bae94e
|
@ -86,8 +86,8 @@
|
|||
'';
|
||||
in {
|
||||
config = lib.mkIf config.ar.home.services.randomWallpaper.enable {
|
||||
services.hyprpaper.enable = lib.mkDefault false;
|
||||
stylix.targets.hyprpaper.enable = lib.mkDefault false;
|
||||
services.hyprpaper.enable = lib.mkForce false;
|
||||
stylix.targets.hyprpaper.enable = lib.mkForce false;
|
||||
wayland.windowManager.sway.config.output."*" = lib.mkForce {}; # Dirty. TODO: make more elegant.
|
||||
|
||||
systemd.user.services.randomWallpaper = {
|
||||
|
|
Loading…
Reference in a new issue