about summary refs log tree commit diff
path: root/modules/common/zathura.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/zathura.nix (renamed from modules/nixfiles/zathura.nix)5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/nixfiles/zathura.nix b/modules/common/zathura.nix
index 1a0b39a..f78a9e9 100644
--- a/modules/nixfiles/zathura.nix
+++ b/modules/common/zathura.nix
@@ -112,10 +112,7 @@ in {
           scroll-wrap = true;
           scroll-page-aware = false;
 
-          selection-clipboard =
-            if config.nixfiles.modules.kde.enable
-            then "clipboard"
-            else "primary";
+          selection-clipboard = "clipboard";
           selection-notification = false;
         };
     };

Consider giving Nix/NixOS a try! <3