nix/users/gandalf/modules/gui/programs/zathura.nix
2024-02-12 11:49:35 +01:00

9 lines
176 B
Nix

{ ... }: {
# a highly customizable and functional pdf viewer
programs.zathura = {
enable = true;
options = {
selection-clipboard = "clipboard";
};
};
}