mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:11:55 -05:00
randomWallpaper: disable * configs in sway
This commit is contained in:
parent
ad0e824804
commit
d00863b4e4
|
@ -86,6 +86,8 @@
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
config = lib.mkIf config.ar.home.services.randomWallpaper.enable {
|
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 = {
|
systemd.user.services.randomWallpaper = {
|
||||||
Unit = {
|
Unit = {
|
||||||
After = "graphical-session.target";
|
After = "graphical-session.target";
|
||||||
|
|
Loading…
Reference in a new issue