mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: use own custom plymouth theme
This commit is contained in:
parent
0183076d00
commit
b42a3c5664
1 changed files with 2 additions and 10 deletions
|
|
@ -8,17 +8,9 @@
|
||||||
boot = {
|
boot = {
|
||||||
plymouth = {
|
plymouth = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
theme = "lone";
|
theme = "nixos-centered";
|
||||||
themePackages = with pkgs; [
|
themePackages = with pkgs; [
|
||||||
# By default we would install all themes
|
nixos-centered-plymouth
|
||||||
(adi1090x-plymouth-themes.override {
|
|
||||||
selected_themes = [ "lone" ];
|
|
||||||
# selected_themes = [ "sliced" ];
|
|
||||||
# selected_themes = [ "rings" ];
|
|
||||||
# selected_themes = [ "red_loader" ];
|
|
||||||
# selected_themes = [ "dna" ];
|
|
||||||
# selected_themes = [ "hexagon_dots" ];
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue