{ pkgs, ... }:

{
  imports = [
    ./nix-ld.nix
  ];

  environment.systemPackages = with pkgs; [
    nil
    nixfmt-rfc-style
  ];
}