Regenerated

This commit is contained in:
2026-03-25 17:53:09 +00:00
parent 6fd7a06791
commit d7776a8cb4
2 changed files with 18 additions and 16 deletions
@@ -29,14 +29,15 @@
boot.kernelModules = [ "kvm-intel" ];
boot.plymouth = {
enable = true;
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
enable = true;
theme = "rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;