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
@@ -30,12 +30,12 @@
boot.plymouth = {
enable = true;
theme = lib.mkForce "stylix"; /* "rings";
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];*/
];
};
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;