nvim-nix/nix/lang/nix.nix
2025-09-06 13:48:36 +03:00

10 lines
93 B
Nix

{ pkgs, ... }:
{
packages = with pkgs; [
nixd
nixpkgs-fmt
];
plugins = [];
}