1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-19 06:35:06 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Robert Helgesson
af715ed857
tests: some minor cleanups 2023-07-08 10:12:35 +02:00
Kylie McClain
95201931f2
qutebrowser: allow for specifying multiple commands in bindings ()
This command adds the ability to specify lists of qutebrowser
commands as values for key bindings, which avoids the need for
concatenating commands with ` ;; `.
2023-03-15 19:22:12 +01:00
Robert Helgesson
cb09a968e9
tests: add option test.stubs
This option provides a more convenient way to overlay dummy packages.
It also adds a function `config.lib.test.mkStubPackage` that can,
e.g., be used for `package` options.
2021-09-26 23:26:38 +02:00
fortune
a513fbc395
qutebrowser: fix config location on darwin () 2021-04-28 14:41:30 -04:00
fortuneteller2k
73559e0dbc
qutebrowser: add option to load autoconfig ()
See .

The option default to false.
2021-03-04 22:33:23 -05:00
seylerius
89adfc9f01
qutebrowser: unwrap list from keybinding removal
The option to remove the default keybindings by setting the
`programs.qutebrowser.enableDefaultKeybindings` variable to `false`
had a list wrapped around the `config.py` line. This would cause a
type coercion error.

PR 
2020-07-27 16:48:38 +02:00
ivann
03b4f81679
qutebrowser: add some options
Specificially, this adds options

- `aliases`,
- `searchEngines`,
- `keyMappings`, and
- `keyBindings`.

PR 
2020-05-03 13:53:06 +02:00