mirror of
https://github.com/nix-community/home-manager
synced 2025-02-25 09:35:10 +01:00
This commit adds a way to define per-domain settings in config.py. The option is called domainSettings and contains an attribute set of attribute sets with the base domain as the name.
7 lines
239 B
Nix
7 lines
239 B
Nix
{
|
|
qutebrowser-greasemonkey = ./greasemonkey.nix;
|
|
qutebrowser-keybindings = ./keybindings.nix;
|
|
qutebrowser-quickmarks = ./quickmarks.nix;
|
|
qutebrowser-settings = ./settings.nix;
|
|
qutebrowser-domainsettings = ./domainsettings.nix;
|
|
}
|