Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
44a647c0b71723b5eef58344c8f2caeb1f00f5b4
/
.
/
modules
/
plymouth.nix
blob: a7a580ec29f7f0a92b547349d6c7fe998b36d6ae [
file
] [
log
] [
blame
]
Skyler Grey
f4b0886
2022-10-31 00:04:45 +0000
[
diff
] [
blame
]
1
{
pkgs
,
...}:
{
2
config
.
boot
.
plymouth
=
{
3
enable
=
true
;
4
font
=
"${pkgs.roboto}/share/fonts/truetype/Roboto-Regular.ttf"
;
5
};
6
}