1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-21 17:59:39 +01:00
home-manager/modules
Jacob Birkett 7ede02c32a
progs: firefox: *.userChrome may be path or drv (#6761)
This allows `programs.firefox.profiles.*.userChrome` to be set to a:
derivation, path/path-like string to directory or file, or multiline
text to be used as content verbatim.

This allows setting, for example(s):
```nix
programs.firefox.profiles."jacob.default".userChrome = pkgs.wavefox;
programs.firefox.profiles."jacob.default".userChrome =
    "${pkgs.wavefox}/userChrome.css";
```
2025-04-16 11:28:18 -05:00
..
accounts accounts/contact: add sensible defaults to the localModule (#6799) 2025-04-10 22:29:30 -05:00
config treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
files files: make collision error message more helpful 2024-04-30 00:41:45 +02:00
i18n/input-method treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
launchd treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
lib labwc: Add module for Labwc (#6807) 2025-04-16 11:15:07 -05:00
lib-bash home-manager: move profile management 2025-01-03 11:22:59 +01:00
misc way-displays: init module (#6791) 2025-04-11 08:15:26 -05:00
po Translate using Weblate (Dutch) (#6828) 2025-04-16 08:00:29 -05:00
programs progs: firefox: *.userChrome may be path or drv (#6761) 2025-04-16 11:28:18 -05:00
services labwc: Add module for Labwc (#6807) 2025-04-16 11:15:07 -05:00
targets treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
default.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
files.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
home-environment.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
manual.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
modules.nix labwc: Add module for Labwc (#6807) 2025-04-16 11:15:07 -05:00
systemd-activate.sh systemd: don't try to restart templates 2024-06-26 18:14:48 +02:00
systemd.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
wayland.nix wayland: create tray.target if xsession is not enabled (#6332) 2025-02-06 22:50:03 +01:00
xresources.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
xsession.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00