From f31080e20aac9f1760425e6f289bd8061938bc74 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 1 Aug 2026 12:19:14 -0500 Subject: update userchrome --- README.md | 6 ++++-- 1 file 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`). -- cgit v1.2.3