{pkgs, config, ...}: { # Pass host config to HM (Common config) # TODO: Move this somewhere else. home-manager = { useUserPackages = true; useGlobalPkgs = true; backupFileExtension = "bak"; sharedModules = [ ({ ...}: { _module.args.hostconfig = config; }) ]; }; }