mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 13:51:54 -05:00
plymouth: set default theme to catppuccin-frappe
This commit is contained in:
parent
534001e386
commit
876ca1b56c
|
@ -14,7 +14,14 @@
|
||||||
boot = {
|
boot = {
|
||||||
consoleLogLevel = 0;
|
consoleLogLevel = 0;
|
||||||
initrd.verbose = false;
|
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