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 = {
enable = true;
globals.mapleader = " ";
opts = {
number = true;
shiftwidth = 2;
@@ -377,6 +378,8 @@
expandtab = true;
};
clipboard.register = "unnamed";
keymaps = [
{
action = "<cmd>Neotree toggle<CR>";