plymouth fixes?

This commit is contained in:
Anish Lakhwara
2022-10-19 21:11:05 +10:00
parent 57cc3fbbdf
commit f3e4f71928
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -30,6 +30,8 @@
};
boot.supportedFilesystems = [ "ntfs" ];
# https://github.com/NixOS/nixpkgs/issues/26722
# boot.initrd.systemd.enable = true;
boot.plymouth = {
enable = true;
themePackages = [ pkgs.plymouth-themes ];