catppuccin-sddm: fix background path substitution (#441255)

Nick Cao 823ecd46 7e804afe

Changed files
+1 -1
pkgs
by-name
ca
catppuccin-sddm
+1 -1
pkgs/by-name/ca/catppuccin-sddm/package.nix
···
${lib.optionalString (background != null) ''
substituteInPlace $configFile \
-
--replace-fail 'Background="backgrounds/wall.jpg"' 'Background="${background}"' \
+
--replace-fail 'Background="backgrounds/wall.png"' 'Background="${background}"' \
--replace-fail 'CustomBackground="false"' 'CustomBackground="true"'
''}