mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
qutebrowser: adopt the module
This commit is contained in:
parent
2d9de557a1
commit
38539e7afd
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ let
|
||||||
formatQuickmarks = n: s: "${n} ${s}";
|
formatQuickmarks = n: s: "${n} ${s}";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
meta.maintainers = with lib.maintainers; [ giodamelio ];
|
||||||
|
|
||||||
options.programs.qutebrowser = {
|
options.programs.qutebrowser = {
|
||||||
enable = mkEnableOption "qutebrowser";
|
enable = mkEnableOption "qutebrowser";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue