improved init stage 2 changes

This commit is contained in:
Gerg-L 2023-03-12 19:35:54 -04:00
parent 5cd0f03cb3
commit 38438afc26
4 changed files with 36 additions and 216 deletions

View file

@ -1,12 +1,5 @@
_: {
lib,
modulesPath,
...
}: {
disabledModules = ["${modulesPath}/system/boot/stage-2.nix"];
imports = [
./stage-2.nix
];
inputs: {lib, ...}: {
imports = [(import ./stage2patch.nix inputs)];
environment.etc = {
"issue" = {
text = "[?12l[?25h";