mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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 ? [ ] }:
|
mkUser = { system ? defaultSystem, extraModules ? [ ] }:
|
||||||
inputs.home-manager.lib.homeManagerConfiguration {
|
inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
inherit system;
|
|
||||||
extraSpecialArgs = { inherit system self inputs; };
|
extraSpecialArgs = { inherit system self inputs; };
|
||||||
lib = lib';
|
lib = lib';
|
||||||
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
modules =
|
modules =
|
||||||
# Importing our custom home-manager modules.
|
# Importing our custom home-manager modules.
|
||||||
(lib'.modulesToList (lib'.filesToAttr ./modules/home-manager))
|
(lib'.modulesToList (lib'.filesToAttr ./modules/home-manager))
|
||||||
|
Loading…
Reference in New Issue
Block a user