Spring cleanup

This commit is contained in:
Filippo Berto 2025-02-18 09:45:06 +01:00
parent 880f2e5c41
commit 34ef088709
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
8 changed files with 46 additions and 52 deletions

View file

@ -15,12 +15,10 @@
};
programs.helix = {
enable = true;
languages.language = [
{
name = "nix";
auto-format = true;
}
];
languages.language = [{
name = "nix";
auto-format = true;
}];
languages.language-server = {
nil.config.nil = {
formatting.command = [ "nixpkgs-fmt" ];