From c6c21ab886d756c9f78cbe31791c2d7cab45ca8e Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Sun, 25 Jan 2026 16:56:55 +0100 Subject: [PATCH] feat(nixvim): add clipboard provider --- modules/home-manager/nixvim/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/nixvim/default.nix b/modules/home-manager/nixvim/default.nix index 41e39f5..8e10bb3 100644 --- a/modules/home-manager/nixvim/default.nix +++ b/modules/home-manager/nixvim/default.nix @@ -14,6 +14,8 @@ colorschemes.tokyonight.enable = true; + clipboard.providers.wl-copy.enable = true; + globals.mapleader = " "; }; }