{pkgs, ...}: { imports = [ ./nix.nix ./rust.nix ]; home.packages = with pkgs; [ ghidra-bin ]; }