diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2022-12-09 17:38:23 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2022-12-09 17:38:23 +0100 |
| commit | 16b596fcbb01a087a533247cd211ae596c01a267 (patch) | |
| tree | 9020c4bac463f2fa567258ba2901c7ee359bc3d2 /flake.nix | |
| parent | 9fdac2dbc550671e9af216071fc72d79779ea179 (diff) | |
add lemptop
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 = [ |
