mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
c348eb69d7
Shouldn't be needed anymore now that we're using the latest stylix commit. Note that I don't care enough about this to use 0.3 highlight transparency instead of 0.5.
14 lines
216 B
Nix
14 lines
216 B
Nix
{
|
|
programs.zathura = {
|
|
enable = true;
|
|
|
|
options = {
|
|
guioptions = "v";
|
|
adjust-open = "width";
|
|
statusbar-basename = true;
|
|
render-loading = false;
|
|
scroll-step = 120;
|
|
};
|
|
};
|
|
}
|