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