10 lines
152 B
Nix
10 lines
152 B
Nix
{
|
|
flake.modules.nixvim.custom =
|
|
{ pkgs, ... }:
|
|
{
|
|
extraPackages = with pkgs; [
|
|
nixfmt-rfc-style
|
|
stylua
|
|
];
|
|
};
|
|
}
|