diff --git a/Droidnix/README.org b/Droidnix/README.org index d50064143..8c155c28c 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -260,12 +260,12 @@ in boot.plymouth = { enable = true; - theme = "rings"; + /* theme = "rings"; themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) - ]; + ];*/ }; diff --git a/Droidnix/generated/hosts/traveldroid/boot.nix b/Droidnix/generated/hosts/traveldroid/boot.nix index 9682f896f..06797f8c0 100644 --- a/Droidnix/generated/hosts/traveldroid/boot.nix +++ b/Droidnix/generated/hosts/traveldroid/boot.nix @@ -30,12 +30,12 @@ boot.plymouth = { enable = true; - theme = "rings"; + /* theme = "rings"; themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) - ]; + ];*/ };