{ pkgs, ... }: { imports = [ ./formatters.nix ./nix.nix ]; environment.systemPackages = with pkgs; [ git just ]; }