Common/helix: add nixpkgs-fmt (nix formatter)
This commit is contained in:
parent
93f60414ac
commit
80eaacd3a3
1 changed files with 8 additions and 1 deletions
|
|
@ -6,9 +6,10 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
nixpkgs-fmt
|
||||
nil
|
||||
];
|
||||
settings = {
|
||||
settings = {
|
||||
theme = "catppuccin_mocha";
|
||||
editor = {
|
||||
mouse = true;
|
||||
|
|
@ -21,6 +22,12 @@
|
|||
indent-guides.render = true;
|
||||
};
|
||||
};
|
||||
languages = [
|
||||
{
|
||||
name = "nix";
|
||||
formatter.command = "nixpkgs-fmt";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue