Add zathura PDF reader

This commit is contained in:
larstvei 2026-02-28 13:39:46 +01:00
parent 0e90938280
commit 7d454a1398

View File

@ -4,6 +4,9 @@
inputs, inputs,
... ...
}: }:
let
theme = import ./theme;
in
{ {
home.packages = [ home.packages = [
@ -45,6 +48,14 @@
}; };
}; };
programs.zathura = {
enable = true;
options = {
recolor-lightcolor = "#${theme.bg.dark}";
recolor-darkcolor = "#${theme.fg.dark}";
};
};
services.darkman = { services.darkman = {
enable = true; enable = true;
settings = { settings = {