feat: move from zathura to sioyek

This commit is contained in:
Michael Thomas 2024-02-26 16:44:03 -05:00
parent 5bd8bdef97
commit ad1bbc9f18
3 changed files with 6 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{pkgs, ...}: {
imports = [
../../modules/applications/zathura.nix
../../modules/applications/sioyek.nix
../../modules/zsh.nix
../../modules/dev.nix

View File

@ -0,0 +1,5 @@
{...}: {
programs.sioyek = {
enable = true;
};
}

View File

@ -1,10 +0,0 @@
{...}: {
programs.zathura = {
enable = true;
options = {
scroll-page-aware = true;
scroll-full-overlap = "0.01";
scroll-step = 100;
};
};
}