yeeee
This commit is contained in:
parent
cb4bf3be89
commit
df94405cef
51 changed files with 893 additions and 817 deletions
|
|
@ -1,18 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
synctex = true;
|
||||
synctex-edit-modifier = "ctrl";
|
||||
};
|
||||
mappings = {
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zathura
|
||||
poppler-utils
|
||||
];
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
synctex = true;
|
||||
synctex-edit-modifier = "ctrl";
|
||||
};
|
||||
mappings = {
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
zathura
|
||||
poppler-utils
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue