From 16b596fcbb01a087a533247cd211ae596c01a267 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 9 Dec 2022 17:38:23 +0100 Subject: add lemptop --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7480cee..6e8c269 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,11 @@ inherit system; }; in { + nixosConfigurations.lemptop = nixpkgs.lib.nixosSystem { + inherit system; + modules = [ ./configuration.nix ./lemptop.nix ]; + }; + homeConfigurations.mike = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = [ -- cgit v1.2.3