mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
base: use plymouth at boot
This commit is contained in:
parent
cd90c68f8c
commit
83e4f55604
|
@ -4,8 +4,17 @@ self: {
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
console.useXkbConfig = true;
|
||||
boot = {
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
|
||||
plymouth = {
|
||||
enable = true;
|
||||
font = "${pkgs.nerdfonts.override {fonts = ["Noto"];}}/share/fonts/truetype/NerdFonts/NotoSansNerdFont-Regular.ttf";
|
||||
};
|
||||
};
|
||||
|
||||
console.useXkbConfig = true;
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue