Regenerated

This commit is contained in:
2026-03-31 21:47:37 +02:00
parent c76803346d
commit 38138a5cce
3 changed files with 295 additions and 286 deletions
+285 -282
View File
File diff suppressed because it is too large Load Diff
+5 -2
View File
@@ -270,16 +270,19 @@ in
"sd_mod"
"rtsx_usb_sdmmc"
];
linuxFirmware = [ pkgs.linux-firmware ];
boot.kernelModules = [ "kvm-intel" ];
boot.plymouth = {
enable = true;
/* theme = "rings";
theme = "rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];*/
];
};
@@ -26,16 +26,19 @@
"sd_mod"
"rtsx_usb_sdmmc"
];
linuxFirmware = [ pkgs.linux-firmware ];
boot.kernelModules = [ "kvm-intel" ];
boot.plymouth = {
enable = true;
/* theme = "rings";
theme = "rings";
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {
selected_themes = [ "rings" ];
})
];*/
];
};