diff --git a/Droidnix/README.org b/Droidnix/README.org index e3babfdc2..b3e70d463 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -260,12 +260,12 @@ in boot.plymouth = { enable = true; - theme = "rings"; + theme = lib.mkForce "stylix"; /* "rings"; themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) - ]; + ];*/ }; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; diff --git a/Droidnix/generated/hosts/traveldroid/boot.nix b/Droidnix/generated/hosts/traveldroid/boot.nix index f8092e344..2737c62a3 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 = lib.mkForce "stylix"; /* "rings"; themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) - ]; + ];*/ }; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;