From c37e6123568c08cd81ae3d50754720835f33ec5d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 1 Sep 2025 21:05:50 -0500 Subject: configure zathura to copy highlighted text by default in home manager desktop profile --- archetypes/profiles/desktop/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix index a239219..085e44a 100644 --- a/archetypes/profiles/desktop/default.nix +++ b/archetypes/profiles/desktop/default.nix @@ -66,6 +66,12 @@ _pcmanfm.openAsRootOption.enable = mkDesktop true; firefox._configure = mkDesktop true; htop._configure = mkDesktop true; + zathura = { + enable = mkDesktop true; + options = { + selection-clipboard = mkDesktop "clipboard"; # Copy highlighted text + }; + }; }; services = { -- cgit v1.2.3