Trying to get macos to work

This commit is contained in:
Tyler Mayoff 2024-12-03 16:05:21 -05:00
parent 2199d70812
commit ec0f5e8e55
4 changed files with 24 additions and 43 deletions

View file

@ -21,7 +21,7 @@
} @ inputs: let
inherit (self) outputs;
system = "x86_64-linux";
system = "aarch64-darwin";
in rec {
pkgs = import nixpkgs {
inherit system;
@ -57,6 +57,12 @@
extraSpecialArgs = {inherit inputs outputs;};
modules = [./home/mal/mal.nix];
};
"tyler.mayoff@MAC-C57KK2TC69" = home-manager.lib.homeManagerConfiguration{
inherit pkgs;
extraSpecialArgs = {inherit inputs outputs; };
modules = [./home/hinge/hinge.nix];
};
};
};
}