nixos-config/home/develop/langs/nix.nix

3 lines
85 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [nil nixd alejandra nixfmt-rfc-style];
}