summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-05-18 11:11:21 +0530
committersinanmohd <sinan@sinanmohd.com>2024-05-18 11:11:21 +0530
commit8b64e57ef83706dd48218a3e1aa41b97a7d38244 (patch)
tree414d3e46eae8609b4ff83cbcfe192f28f66960a0
parent4b23d428ebb7333f57de14d6c0a9ecfd18caa536 (diff)
home/zathura: set database
-rw-r--r--home/wayland/modules/zathura.nix1
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";
};
};
}