1
mirror of https://github.com/wlcx/home.git synced 2026-02-15 14:23:45 +00:00

phosphorus: add

This commit is contained in:
Sam W 2025-12-05 15:42:39 +00:00
parent f89e0bcec7
commit 1e8b5ebb0d

View File

@ -80,6 +80,10 @@
system = "x86_64-linux"; system = "x86_64-linux";
profiles = with profiles; [default dev]; profiles = with profiles; [default dev];
}; };
phosphorus = lib.mkHome {
system = "aarch64-darwin";
profiles = with profiles; [default dev sensitive mac];
};
}; };
} }
# Per-system things # Per-system things