Create custom iso

This commit is contained in:
SebastianStork 2024-08-16 21:38:40 +02:00
parent b2351be830
commit a4fca57ff7
6 changed files with 82 additions and 1 deletions

View file

@ -4,6 +4,11 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";