From ffea2846e2de5da72c890d4e48118959857d122e Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 28 Jan 2026 17:37:19 -0600 Subject: Barebones Laptop --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 478fc63..f68c1f0 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,11 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/desktop/configuration.nix ]; }; + laptop = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ ./hosts/laptop/configuration.nix ]; + }; }; }; } -- cgit v1.2.3