lazy.nvim.nix/default.nix

8 lines
118 B
Nix
Raw Normal View History

2024-05-04 17:40:22 +02:00
{ lib, pkgs }:
{
# https://github.com/NixOS/rfcs/pull/166
formatter = pkgs.nixfmt-rfc-style;
packages = { };
}