summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
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 = [