add plymouth
This commit is contained in:
parent
3892e248fa
commit
4281d13bbc
2 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,7 @@ in {
|
|||
Type = "esp";
|
||||
Label = "ESP";
|
||||
Format = "vfat";
|
||||
SplitName = "boot";
|
||||
SplitName = "system";
|
||||
SizeMinBytes = "500M";
|
||||
GrowFileSystem = true;
|
||||
};
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
enableReleaseChecks = false;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||
targets = {
|
||||
plymouth = {
|
||||
enable = true;
|
||||
logo = ./logo.png;
|
||||
};
|
||||
fontconfig.enable = false;
|
||||
font-packages.enable = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue