Regenerated

This commit is contained in:
2026-03-25 17:50:58 +00:00
parent d278480e18
commit c11067f362
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -260,12 +260,12 @@ in
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
theme = lib.mkForce "stylix"; /* "rings"; "rings";
themePackages = [ themePackages = [
(pkgs.adi1090x-plymouth-themes.override { (pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ]; selected_themes = [ "rings" ];
}) })
];*/ ];
}; };
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
@@ -30,12 +30,12 @@
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
theme = lib.mkForce "stylix"; /* "rings"; "rings";
themePackages = [ themePackages = [
(pkgs.adi1090x-plymouth-themes.override { (pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ]; selected_themes = [ "rings" ];
}) })
];*/ ];
}; };
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;