mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
flake.nix: update args for homeManagerConfiguration
This commit is contained in:
parent
93aaecd45f
commit
a81ab6f415
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user