Regenerated

This commit is contained in:
2026-03-25 17:52:05 +00:00
parent c11067f362
commit 6fd7a06791
2 changed files with 18 additions and 16 deletions
+9 -8
View File
@@ -259,14 +259,15 @@ in
boot.kernelModules = [ "kvm-intel" ];
boot.plymouth = {
enable = true;
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
enable = true;
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
@@ -29,14 +29,15 @@
boot.kernelModules = [ "kvm-intel" ];
boot.plymouth = {
enable = true;
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
enable = true;
"rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];
};
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";