diff --git a/flake.nix b/flake.nix index 88a1eec..e77f723 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,10 @@ specialArgs = { inherit inputs outputs; }; }; eve = lib.nixosSystem { - modules = [ ./hosts/eve ]; + modules = [ + nixos-hardware.nixosModules.google-pixelbook + ./hosts/eve + ]; specialArgs = { inherit inputs outputs; }; }; loki = lib.nixosSystem {