2025-01-18 22:06:57 +03:00
|
|
|
{ inputs, ... }:
|
2025-01-18 21:20:02 +03:00
|
|
|
{
|
2025-01-18 22:06:57 +03:00
|
|
|
imports = [ "${inputs.nixpkgs}/nixos/modules/installer/cd-dvd/iso-image.nix" ];
|
|
|
|
|
2025-01-18 21:20:02 +03:00
|
|
|
module = {
|
|
|
|
purpose = {
|
|
|
|
desktop = true;
|
2025-01-19 09:25:14 +03:00
|
|
|
live = true;
|
2025-01-18 21:20:02 +03:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|