Regenerated

This commit is contained in:
2026-03-25 17:16:58 +00:00
parent b77e882368
commit d278480e18
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
@@ -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;