mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Trying to get macos to work
This commit is contained in:
parent
2199d70812
commit
ec0f5e8e55
4 changed files with 24 additions and 43 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue