nix-config/home/languages/nix/default.nix

8 lines
84 B
Nix

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