{ pkgs, ... }:
{
  languages.nix.enable = true;

  packages = with pkgs; [
    nixfmt-rfc-style
  ];
}