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
+2 -1
View File
@@ -260,7 +260,7 @@ in
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
"rings"; theme = "rings";
themePackages = [ themePackages = [
(pkgs.adi1090x-plymouth-themes.override { (pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ]; selected_themes = [ "rings" ];
@@ -269,6 +269,7 @@ in
}; };
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
} }
@@ -30,7 +30,7 @@
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
"rings"; theme = "rings";
themePackages = [ themePackages = [
(pkgs.adi1090x-plymouth-themes.override { (pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ]; selected_themes = [ "rings" ];
@@ -39,6 +39,7 @@
}; };
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
} }