diff --git a/modules/mobile/repart.nix b/modules/mobile/repart.nix index 42aaa6d..6298740 100644 --- a/modules/mobile/repart.nix +++ b/modules/mobile/repart.nix @@ -57,7 +57,7 @@ in { Type = "esp"; Label = "ESP"; Format = "vfat"; - SplitName = "boot"; + SplitName = "system"; SizeMinBytes = "500M"; GrowFileSystem = true; }; diff --git a/stylix.nix b/stylix.nix index eef5d79..b2361b9 100755 --- a/stylix.nix +++ b/stylix.nix @@ -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; };