modulesPath must first be added to the arguments of the configuration.nix: ``` { config, lib, modulesPath, pkgs}: { ... } ```