plymouth: set default theme to catppuccin-frappe

This commit is contained in:
Aly Raffauf 2024-04-23 22:40:10 -04:00
parent 534001e386
commit 876ca1b56c

View file

@ -14,7 +14,14 @@
boot = {
consoleLogLevel = 0;
initrd.verbose = false;
plymouth.enable = true;
plymouth = {
enable = true;
themePackages = [(pkgs.catppuccin-plymouth.override {variant = "frappe";})];
theme = "catppuccin-frappe";
font = "${pkgs.nerdfonts.override {
fonts = ["Noto"];
}}/share/fonts/truetype/NerdFonts/NotoSansNerdFont-Regular.ttf";
};
};
};
}