···22# your system. Help is available in the configuration.nix(5) man page
33# and in the NixOS manual (accessible by running ‘nixos-help’).
4455-{ config, pkgs, ... }:
55+{ config, pkgs, lib, home-manager, ... }:
6677let
88 baseHmConfig = import ../../../shared/home-manager/main.nix {
99- inherit config pkgs;
99+ inherit config pkgs lib home-manager;
1010 };
1111in
1212{