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 = [