diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 12:19:14 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 12:19:14 -0500 |
| commit | f31080e20aac9f1760425e6f289bd8061938bc74 (patch) | |
| tree | 42387086530788484c5676a33fb8e7956f0293d1 /README.md | |
| parent | b3d4cbd8210899bf7b3385e8ff8b32d6918cbd55 (diff) | |
| download | firefox-chrome-f31080e20aac9f1760425e6f289bd8061938bc74.tar.xz firefox-chrome-f31080e20aac9f1760425e6f289bd8061938bc74.zip | |
update userchrome
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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`). |
