From 4fd56f73360372665dd072adac2a78156d4caf2d Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 12 Jul 2025 04:00:28 +0200 Subject: Setup new M1 MacBook as 'Moissanite' with Asahi Linux Signed-off-by: Mel --- machines/moissanite/home.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 machines/moissanite/home.nix (limited to 'machines/moissanite/home.nix') diff --git a/machines/moissanite/home.nix b/machines/moissanite/home.nix new file mode 100644 index 0000000..8f27ed2 --- /dev/null +++ b/machines/moissanite/home.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + imports = [ + ../../modules/home/common.nix + ]; + + home.stateVersion = "25.05"; +} -- cgit 1.4.1