From c6a59885ff4dbff10e2d93acd63c34a2d029f3e9 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 1 Mar 2024 22:20:23 +0000 Subject: [PATCH] flake: add macbook --- flake.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/flake.nix b/flake.nix index 6ab702c..69e8d2f 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,25 @@ ]; }; + "macbook" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + # Add Disko for disk management + disko.nixosModules.disko + ./disko-config.nix + ./gnome.nix + ./macbook.nix + ./configuration.nix + ./hardware-configuration.nix + home-manager.nixosModules.home-manager + { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.users.aaronh = import ./home.nix; + } + ]; + }; + "vetra" = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; modules = [