mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
Add `programs.qutebrowser.perDomainSettings` which let's one to set
configuration options for specific URLs [1].
It option doesn't check if the options passed to it are valid, it
translates the config to python code to be written on the file as is.
Mimicking the behaviour of `programs.qutebrowser.settings`.
Added a new test case `test-qutebrowser-url-settings` for testing the
implementation.
[1]:
|
||
|---|---|---|
| .. | ||
| default.nix | ||
| greasemonkey.nix | ||
| keybindings.nix | ||
| quickmarks.nix | ||
| settings.nix | ||
| url-settings.nix | ||