add shell and wireless to iso

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-04 12:18:25 +02:00
parent b7a673f537
commit bac787e1d7
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -20,7 +20,7 @@ in
music = novaConfig (with mods; [ music ivand ]);
nonya = novaConfig (with mods; [ anon cryptocurrency ivand ]);
ai = novaConfig (with mods; [ ai ivand ]);
installer-iso = configWithModules { hardware = { }; modules = (with mods; [ grub base ]); };
installer-iso = configWithModules { hardware = { }; modules = (with mods; [ grub base shell wireless ]); };
vps = configWithModules { hardware = { nixpkgs.hostPlatform = system; }; modules = (with mods; [ base shell vps ]); };
};
}