fix formatter
This commit is contained in:
@@ -42,5 +42,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.sessionVariables = { EDITOR = "nvim"; };
|
home.sessionVariables = { EDITOR = "nvim"; };
|
||||||
|
home.packages = with pkgs; [ nixfmt-rfc-style ]; # nixd config option to set nixpkgs-fmt should work, but it doesn't
|
||||||
programs.nixvim = merged;
|
programs.nixvim = merged;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user