Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
a93da09882f6cc4d407aed85c814e5b8fc7eab6e
/
.
/
modules
/
plymouth.nix
blob: a7a580ec29f7f0a92b547349d6c7fe998b36d6ae [
file
] [
log
] [
blame
]
{
pkgs
,
...}:
{
config
.
boot
.
plymouth
=
{
enable
=
true
;
font
=
"${pkgs.roboto}/share/fonts/truetype/Roboto-Regular.ttf"
;
};
}