aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-08-01 12:19:14 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-08-01 12:19:14 -0500
commitf31080e20aac9f1760425e6f289bd8061938bc74 (patch)
tree42387086530788484c5676a33fb8e7956f0293d1
parentb3d4cbd8210899bf7b3385e8ff8b32d6918cbd55 (diff)
downloadfirefox-chrome-f31080e20aac9f1760425e6f289bd8061938bc74.tar.xz
firefox-chrome-f31080e20aac9f1760425e6f289bd8061938bc74.zip
update userchrome
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7131373..6820f5b 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ First, refer to this example `flake.nix` that you might use for a
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
- firefox-userchrome.url = "git://git.tjkeller.xyz/firefox-userchrome";
+ firefox-userchrome.url = "git://git.tjkeller.xyz/firefox-chrome";
};
outputs = { nixpkgs, home-manager, firefox-userchrome, ... }: {
@@ -90,4 +90,6 @@ To setup `compact` mode, you will need to set the following in `about:config`:
You can then enable the `userChrome` settings and install `userChrome.css` in
your profile as described
[here (userchrome.org)](https://www.userchrome.org/how-create-userchrome-css.html)
-and elsewhere.
+and elsewhere. Note that the easiest way to manage this is to `git clone` the
+repository directly into the `chrome` directory located within your profile
+(e.g. `~/.config/mozilla/firefox/Personal/chrome`).