From f3ecf26c1b2fa78c0434f0a3ae8a9f22729f963b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 19 Jan 2024 21:01:45 +0100 Subject: [PATCH] Apply wallpaper on all screens --- home-manager/hosts/luci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/hosts/luci.nix b/home-manager/hosts/luci.nix index 3132ffd..d4b03b6 100644 --- a/home-manager/hosts/luci.nix +++ b/home-manager/hosts/luci.nix @@ -15,7 +15,7 @@ _: { }; output = { - "eDP-1" = { + "*" = { bg = "~/medias/images/wallpapers/wallpaper.png center #000000"; }; };