update system

This commit is contained in:
2024-08-14 19:37:00 +02:00
parent ac1773445f
commit a060be6995
12 changed files with 291 additions and 105 deletions

View File

@@ -21,7 +21,13 @@ in
];
plugins.which-key = {
enable = true;
registrations."<leader>p" = "Paste Keep Buffer";
settings.spec = [
{
__unkeyed-1 = "<leader>p";
desc = "Paste Keep Buffer";
icon = "";
}
];
};
};
}