1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-14 20:56:36 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Andrew Marshall
64efbca505 firefox: Support paths for userChrome & userContent
A path may be preferred for some uses, and allowing it avoids the user
needing to `builtins.readFile`, thus creating duplicates and making it
more difficult to determine the actual store path.
2024-08-04 15:30:22 -04:00
Jakub Nowak
4fcd54df7c
firefox: fix userChrome example
Example CSS wasn't valid for Firefox 69+.
2024-07-30 08:33:10 +02:00
bricked
792757f643
firefox: support firefox derivatives
Adds support for Firefox forks by introducing methods that create
generic configs and options. Additional configs and options can be
added in separate modules.
2024-07-28 23:53:08 +02:00