massive refactoring

This commit is contained in:
yaroslav
2026-05-09 16:17:24 +03:00
parent fa9f084702
commit 79483c0b9b
26 changed files with 370 additions and 507 deletions
-6
View File
@@ -1,6 +1,5 @@
{ pkgs, ... }: {
boot = {
plymouth = {
enable = true;
theme = "nixos-bgrt";
@@ -9,7 +8,6 @@
nixos-bgrt-plymouth
];
};
# Enable "Silent boot"
consoleLogLevel = 3;
initrd.verbose = false;
@@ -20,9 +18,5 @@
"udev.log_priority=3"
"rd.systemd.show_status=auto"
];
# Hide the OS choice for bootloaders.
# It's still possible to open the bootloader list by pressing any key
# It will just not appear on screen unless a key is pressed
};
}