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