diff --git a/home/vicinae/default.nix b/home/vicinae/default.nix index a929642..ecce3b3 100644 --- a/home/vicinae/default.nix +++ b/home/vicinae/default.nix @@ -17,6 +17,26 @@ name = "ayu-dark"; }; }; + providers = { + clipboard = { + entrypoints = { + history = { + preferences = { + defaultAction = "copy"; + }; + }; + }; + }; + core = { + entrypoints = { + "search-emojis" = { + preferences = { + defaultAction = "copy"; + }; + }; + }; + }; + }; launcher_window = { opacity = 0.95; client_side_decorations = {