i hate my life

This commit is contained in:
Schrottkatze 2026-06-24 03:25:50 +02:00
commit 653dd043bb
No known key found for this signature in database
11 changed files with 42 additions and 37 deletions

View file

@ -126,7 +126,7 @@
"discord-presence-lsp"
];
formatter = {
command = "${pkgs.nixfmt-rfc-style}/bin/nixfmt";
command = "${pkgs.nixfmt}/bin/nixfmt";
args = [ "--quiet" ];
};
auto-format = true;