nix-config/modules2/nixvim/extra-packages.nix

10 lines
152 B
Nix

{
flake.modules.nixvim.custom =
{ pkgs, ... }:
{
extraPackages = with pkgs; [
nixfmt-rfc-style
stylua
];
};
}