Add plymouth

This commit is contained in:
Johannes Jöns 2023-07-26 13:36:06 +02:00
parent 7d7cb249d6
commit 7230ac9ca8

View file

@ -103,6 +103,12 @@
layout = "de";
};
boot.plymouth = {
enable = true;
themePackages = [ pkgs.catppuccin-plymouth ];
theme = "catppuccin-frappe";
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";