Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
48e12a4646657b75ffb74a7b0b8b5365029f3358
/
.
/
modules
/
plymouth.nix
blob: cbb9bb5a795d4b46f82413baa2bcc4b172d55b47 [
file
] [
log
] [
blame
]
{
boot
.
plymouth
.
enable
=
true
;
boot
.
initrd
.
systemd
.
enable
=
true
;
boot
.
kernelParams
=
[
"quiet"
];
}