From d47ef46c7485d31fab5018ddfd771e6a61257df0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 31 Jan 2024 00:48:51 -0500 Subject: [PATCH] fix(firefoxgx): change path of newtab image --- home/firefox/firefox-gx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/firefox/firefox-gx/default.nix b/home/firefox/firefox-gx/default.nix index c0d0753..a6cc30d 100644 --- a/home/firefox/firefox-gx/default.nix +++ b/home/firefox/firefox-gx/default.nix @@ -22,7 +22,7 @@ in # Fix new tab background for nix substituteInPlace ./chrome/components/ogx_root-personal.css \ - --replace '../images/newtab/wallpaper-dark.png' "$out/chrome/images/newtab/private-dark.png" + --replace '../newtab/wallpaper-dark.png' "$out/chrome/newtab/private-dark.png" mkdir -p $out cp -r ./* $out