first commit
This commit is contained in:
13
home/programs/zathura.nix
Normal file
13
home/programs/zathura.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
synctex-editor-command = ''
|
||||
nvim --headless -c "VimtexInverseSearch %l '%f'"
|
||||
'';
|
||||
synctex = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user