zathura: clipboard set to "clipboard" by default

This commit is contained in:
Tigor Hutasuhut 2024-07-22 14:04:10 +07:00
parent 564b3a8ef0
commit 46ca827065

View file

@ -6,6 +6,9 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.zathura = { programs.zathura = {
enable = true; enable = true;
options = {
selection-clipboard = "clipboard";
};
}; };
}; };
} }