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 ];