init
This commit is contained in:
13
home/zathura.nix
Normal file
13
home/zathura.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
adjust-open = "best-fit";
|
||||
page-h-padding = 10;
|
||||
page-v-padding = 10;
|
||||
recolor = true;
|
||||
};
|
||||
extraConfig = "include zathurarc-colors";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user