nix-config/home/features/desktop/awesome/zathura.nix
2024-12-02 20:15:40 +01:00

9 lines
150 B
Nix

{
programs.zathura = {
enable = true;
options = {
selection-clipboard = "clipboard";
statusbar-home-tilde = true;
};
};
}