Spring cleanup
This commit is contained in:
parent
880f2e5c41
commit
34ef088709
8 changed files with 46 additions and 52 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue