mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
plymouth: set default theme to catppuccin-frappe
This commit is contained in:
parent
534001e386
commit
876ca1b56c
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue