mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +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}";
|
||||
|
||||
in {
|
||||
meta.maintainers = with lib.maintainers; [ giodamelio ];
|
||||
|
||||
options.programs.qutebrowser = {
|
||||
enable = mkEnableOption "qutebrowser";
|
||||
|
||||
|
|
Loading…
Reference in a new issue