add plymouth

This commit is contained in:
Henry Hiles 2025-08-30 21:55:58 -04:00
commit 4281d13bbc
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -57,7 +57,7 @@ in {
Type = "esp";
Label = "ESP";
Format = "vfat";
SplitName = "boot";
SplitName = "system";
SizeMinBytes = "500M";
GrowFileSystem = true;
};

View file

@ -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;
};