diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-05-18 11:11:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-05-18 11:11:21 +0530 |
commit | 8b64e57ef83706dd48218a3e1aa41b97a7d38244 (patch) | |
tree | 414d3e46eae8609b4ff83cbcfe192f28f66960a0 /home/wayland/modules/zathura.nix | |
parent | 4b23d428ebb7333f57de14d6c0a9ecfd18caa536 (diff) |
home/zathura: set database
Diffstat (limited to 'home/wayland/modules/zathura.nix')
-rw-r--r-- | home/wayland/modules/zathura.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/wayland/modules/zathura.nix b/home/wayland/modules/zathura.nix index 6751f32..8437e80 100644 --- a/home/wayland/modules/zathura.nix +++ b/home/wayland/modules/zathura.nix @@ -10,6 +10,7 @@ font = lib.mkDefault "Sans"; statusbar-basename = true; selection-clipboard = "clipboard"; + database = "sqlite"; }; }; } |