1
0
Fork 0
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:
Giovanni d'Amelio 2024-08-30 15:59:52 -07:00
parent 2d9de557a1
commit 38539e7afd

View file

@ -47,6 +47,8 @@ let
formatQuickmarks = n: s: "${n} ${s}";
in {
meta.maintainers = with lib.maintainers; [ giodamelio ];
options.programs.qutebrowser = {
enable = mkEnableOption "qutebrowser";