mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:06:54 +01:00
Add plymouth
This commit is contained in:
parent
7d7cb249d6
commit
7230ac9ca8
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@
|
||||||
layout = "de";
|
layout = "de";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
themePackages = [ pkgs.catppuccin-plymouth ];
|
||||||
|
theme = "catppuccin-frappe";
|
||||||
|
};
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||||
|
|
Loading…
Reference in a new issue