aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6a2cfa5..b305ac5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,7 +63,7 @@
let
myLib = import ./nix inputs;
lib = inputs.nixpkgs.lib // builtins;
- supportedSystems = [ "x86_64-linux" ];
+ supportedSystems = [ "x86_64-linux" "aarch64-darwin" ];
forAllSystems = lib.genAttrs supportedSystems;
# Nixpkgs instantiated for supported system types.
@@ -165,6 +165,7 @@
"mba-fcuny" = darwin.lib.darwinSystem {
system = "aarch64-darwin";
modules = [
+ home-manager.darwinModules.home-manager
./hosts/mba
];
};