{ pkgs, sysLib, nixpkgs_open_prs, # extra information system, # bins yambar_cpu, yambar_memory, river_init_lesser, shell_library, # external deps user_js, # modules impermanence, nixVim, nix-index-database, }: { home-manager = { useGlobalPkgs = true; useUserPackages = true; users.soispha = import ./soispha; extraSpecialArgs = { inherit pkgs nixpkgs_open_prs sysLib # extra information system # bins yambar_cpu yambar_memory river_init_lesser shell_library # external deps user_js # modules impermanence nixVim nix-index-database ; }; }; }