{ pkgs, lib, ... }: let profile = import ../profile.nix; in { imports = [ ./distros-common.nix ./file-system.nix ./media.nix ./ssh.nix ]; home.packages = with pkgs; [ gnumake python3 ]; }