Remove plymouth
This commit is contained in:
parent
aa8a782466
commit
198c0743a1
1 changed files with 0 additions and 17 deletions
|
|
@ -28,23 +28,6 @@
|
||||||
services.getty.autologinUser = "${vars.user}";
|
services.getty.autologinUser = "${vars.user}";
|
||||||
|
|
||||||
boot = {
|
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
|
# "Silent" boot
|
||||||
initrd.verbose = false;
|
initrd.verbose = false;
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue