diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index b4fc91d..721ad41 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -38,6 +38,8 @@ in { clipboard = { enable = true; + registers = "unnamedplus"; + providers = { wl-copy.enable = true; };