Remove plymouth

This commit is contained in:
KnightArtorias 2025-12-31 21:46:57 +00:00
parent aa8a782466
commit 198c0743a1

View file

@ -28,23 +28,6 @@
services.getty.autologinUser = "${vars.user}";
boot = {
# Fun boot spinny!
plymouth = {
enable = true;
theme = "circle_flow";
themePackages = with pkgs; [
(adi1090x-plymouth-themes.override {
selected_themes = [
"circle_flow"
"colorful"
"colorful_sliced"
"double"
"polaroid"
];
})
];
};
# "Silent" boot
initrd.verbose = false;
kernelParams = [