feat: move from zathura to sioyek
This commit is contained in:
parent
5bd8bdef97
commit
ad1bbc9f18
@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../modules/applications/zathura.nix
|
||||
../../modules/applications/sioyek.nix
|
||||
|
||||
../../modules/zsh.nix
|
||||
../../modules/dev.nix
|
||||
|
5
user/modules/applications/sioyek.nix
Normal file
5
user/modules/applications/sioyek.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
programs.sioyek = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{...}: {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
scroll-page-aware = true;
|
||||
scroll-full-overlap = "0.01";
|
||||
scroll-step = 100;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user