plymouth theme
This commit is contained in:
parent
6c3513129f
commit
ba4461c6b4
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
plymouth.enable = true;
|
plymouth = {
|
||||||
|
enable = true;
|
||||||
|
themePackages = with pkgs; [ nixos-bgrt-plymouth ];
|
||||||
|
theme = "nixos-bgrt";
|
||||||
|
};
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
supportedFilesystems = [ "ntfs" ];
|
supportedFilesystems = [ "ntfs" ];
|
||||||
loader.efi.efiSysMountPoint = "/boot/efi";
|
loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue