{ pkgs, ... }: { imports = [ ./emacs.nix ./golang.nix ./nix.nix ./nodejs.nix ./rust.nix ./tools.nix ]; home.packages = with pkgs; [ python3 ]; }