feat(zathura): add module
This commit is contained in:
parent
67ecabd538
commit
04768bb6c9
@ -1,5 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
../../modules/applications/zathura.nix
|
||||||
|
|
||||||
../../modules/zsh.nix
|
../../modules/zsh.nix
|
||||||
../../modules/dev.nix
|
../../modules/dev.nix
|
||||||
../../modules/emacs.nix
|
../../modules/emacs.nix
|
||||||
|
11
user/modules/applications/zathura.nix
Normal file
11
user/modules/applications/zathura.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.zathura = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
scroll-page-aware = true;
|
||||||
|
smooth-scroll = true;
|
||||||
|
scroll-full-overlap = "0.01";
|
||||||
|
scroll-step = 100;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user