fix(mac): do not use defaultModules
This commit is contained in:
parent
a976e9ed8e
commit
6f5fd7b0d3
@ -159,9 +159,9 @@
|
|||||||
mac = darwin.lib.darwinSystem {
|
mac = darwin.lib.darwinSystem {
|
||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules =
|
modules = [
|
||||||
defaultModules
|
self.overlaysModule
|
||||||
++ [
|
home-manager.darwinModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user