add laptop1 in flake

This commit is contained in:
smayzy 2025-06-29 15:30:28 +02:00
parent 1e71a887dd
commit e9fa4d533f

View File

@ -39,6 +39,15 @@
nvf.nixosModules.default
];
};
laptop1 = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system; };
modules = [
./hosts/laptop1/configuration.nix
nix-flatpak.nixosModules.nix-flatpak
inputs.stylix.nixosModules.stylix
nvf.nixosModules.default
];
};
};
};