refactor: run nixfmt-tree and deadnix

This commit is contained in:
2026-02-08 10:11:47 +01:00
parent 643dc4bae9
commit 96c865443e
18 changed files with 442 additions and 427 deletions

View File

@@ -1,14 +1,14 @@
{ ... }:
{
plugins.comment = {
enable = true;
settings = {
sticky = true;
plugins.comment = {
enable = true;
settings = {
sticky = true;
toggler = {
block = "<C-x>";
line = "<C-c>";
};
};
};
toggler = {
block = "<C-x>";
line = "<C-c>";
};
};
};
}