12 lines
202 B
Nix
12 lines
202 B
Nix
{...}: {
|
|
programs.zathura = {
|
|
enable = true;
|
|
options = {
|
|
scroll-page-aware = true;
|
|
smooth-scroll = true;
|
|
scroll-full-overlap = "0.01";
|
|
scroll-step = 100;
|
|
};
|
|
};
|
|
}
|