diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 = [ |
