diff options
| -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`). |
