plymouth theme

This commit is contained in:
William 2023-12-12 17:16:07 -03:00
parent 6c3513129f
commit ba4461c6b4

View file

@ -2,7 +2,11 @@
{
boot = {
plymouth.enable = true;
plymouth = {
enable = true;
themePackages = with pkgs; [ nixos-bgrt-plymouth ];
theme = "nixos-bgrt";
};
initrd.systemd.enable = true;
supportedFilesystems = [ "ntfs" ];
loader.efi.efiSysMountPoint = "/boot/efi";