flake.nix: update args for homeManagerConfiguration

This commit is contained in:
Gabriel Arazas 2022-07-10 19:04:47 +08:00
parent 93aaecd45f
commit a81ab6f415

View File

@ -203,9 +203,9 @@
mkUser = { system ? defaultSystem, extraModules ? [ ] }:
inputs.home-manager.lib.homeManagerConfiguration {
inherit system;
extraSpecialArgs = { inherit system self inputs; };
lib = lib';
pkgs = nixpkgs.legacyPackages.${system};
modules =
# Importing our custom home-manager modules.
(lib'.modulesToList (lib'.filesToAttr ./modules/home-manager))