added plymouth config

This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-14 09:42:07 +01:00
parent 5ba1050e63
commit 2c92f5c486

View file

@ -5,8 +5,8 @@
enable = true; enable = true;
theme = "rings"; theme = "rings";
themePackages = with pkgs; [ themePackages = with pkgs; [
(adil1090x-plymouth-themes.overrride { (adi1090x-plymouth-themes.override {
selected_themes = [ "target" ]; selected_themes = [ "rings" ];
}) })
]; ];
}; };