From e60920021bfd7ccd858af3075884f5979d5bfd0b Mon Sep 17 00:00:00 2001 From: xenia Date: Sat, 21 Oct 2023 21:20:03 +0200 Subject: [PATCH] thanks tassie c: --- nixos/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 86ed838a..ef30bdbf 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -10,7 +10,7 @@ services.xserver.displayManager = { defaultSession = "xfce"; lightdm = { - background = ../backgrounds + ("/" + background-image); # only a spoonfull + background = ../backgrounds/${background-image}; greeters.slick.enable = true; }; };