14 lines
210 B
Nix
14 lines
210 B
Nix
{...}: {
|
|
imports = [
|
|
./tools.nix
|
|
./sway.nix
|
|
];
|
|
|
|
isoImage.edition = "sway-custom";
|
|
|
|
networking.hostName = "liveiso";
|
|
|
|
nixpkgs.hostPlatform = "x86_64-linux";
|
|
|
|
system.stateVersion = "23.11";
|
|
}
|