Regenerated
This commit is contained in:
+285
-282
File diff suppressed because it is too large
Load Diff
+5
-2
@@ -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" ];
|
||||
})
|
||||
];*/
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user