copy to clipboard

This commit is contained in:
2026-06-20 00:15:39 -05:00
parent 1097732b71
commit 07a08fea60
+3
View File
@@ -370,6 +370,7 @@
programs.nixvim = { programs.nixvim = {
enable = true; enable = true;
globals.mapleader = " "; globals.mapleader = " ";
opts = { opts = {
number = true; number = true;
shiftwidth = 2; shiftwidth = 2;
@@ -377,6 +378,8 @@
expandtab = true; expandtab = true;
}; };
clipboard.register = "unnamed";
keymaps = [ keymaps = [
{ {
action = "<cmd>Neotree toggle<CR>"; action = "<cmd>Neotree toggle<CR>";