diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-09-01 21:05:50 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-09-01 21:05:50 -0500 |
commit | c37e6123568c08cd81ae3d50754720835f33ec5d (patch) | |
tree | b5429fd8320b60dc603e500e65f4d3d4265b03d2 | |
parent | 30100662e75905af2e135d0faff4faa02e38162f (diff) | |
download | nixos-c37e6123568c08cd81ae3d50754720835f33ec5d.tar.xz nixos-c37e6123568c08cd81ae3d50754720835f33ec5d.zip |
-rw-r--r-- | archetypes/profiles/desktop/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 = { |