diff --git a/hosts/desktops/common/boot.nix b/hosts/desktops/common/boot.nix index 8e75028..61d66c8 100644 --- a/hosts/desktops/common/boot.nix +++ b/hosts/desktops/common/boot.nix @@ -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";