···30303131 config.modules =
3232 let
3333- system = submodule.config.pkgs.system;
3433 warn' = builtins.warn or builtins.trace; # builtins.warn doesn't exist on some versions of nix/lix
3534 warnIf =
3635 condition: message: value:
···5251 {
5352 home,
5453 homeName,
5555- username,
5454+ ...
5655 }@identity:
5756 warnIf (home.home-manager != homeManager)
5857 "The home \"${homeName}\" isn't using the same home-manager input as the NixOS system \"${name}\". This may work, but is not officially supported by the Nilla Home or Nilla NixOS maintainers. Please fix this before reporting any bugs you may find."
···55#
66# This file is based on some work from sodiboo's niri-flake, see https://github.com/sodiboo/niri-flake/blob/main/flake.nix
77{
88- project,
98 pkgs,
109 lib,
1110 ...