add zathura
This commit is contained in:
parent
56ffc7220f
commit
3fa51bdbd3
3 changed files with 14 additions and 0 deletions
11
modules/programs/zathura.nix
Normal file
11
modules/programs/zathura.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
# Open document in fit-width mode by default
|
||||
set adjust-open "best-fit"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue