From d9b21743fffac22da417dd42faa7411c36449133 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 15 Jun 2025 15:26:49 +0200 Subject: [PATCH] change clipboard for helix --- modules/apps/terminal/helix.nix | 11 +++++++---- modules/wm/hyprland/default.nix | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/modules/apps/terminal/helix.nix b/modules/apps/terminal/helix.nix index b33d97b..f6ea2bb 100644 --- a/modules/apps/terminal/helix.nix +++ b/modules/apps/terminal/helix.nix @@ -9,10 +9,13 @@ defaultEditor = true; settings = { theme = "catppuccin_macchiato"; - editor.cursor-shape = { - normal = "block"; - insert = "bar"; - select = "underline"; + editor = { + clipboard-provider = "wayland"; + cursor-shape = { + normal = "block"; + insert = "bar"; + select = "underline"; + }; }; }; languages.language = []; diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index f2576d5..320180b 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -38,6 +38,7 @@ in { python312Packages.gpustat swaynotificationcenter wirelesstools + wl-clipboard wofi xdg-desktop-portal-hyprland ];