use rog_2 plymouth theme

This commit is contained in:
Adithya 2024-01-04 21:51:19 +05:30
parent 94303e1acc
commit cab3c22277
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
boot.plymouth = let theme = "owl"; in {
boot.plymouth = let theme = "rog_2"; in {
enable = true;
themePackages = [
(pkgs.adi1090x-plymouth-themes.override { selected_themes = [ theme ]; })