{ config, pkgs, inputs, ... }: { imports = [ ]; environment.systemPackages = with pkgs; [ cargo cargo-mommy gcc rustc ]; }