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"
|
"sd_mod"
|
||||||
"rtsx_usb_sdmmc"
|
"rtsx_usb_sdmmc"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
linuxFirmware = [ pkgs.linux-firmware ];
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
|
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
/* theme = "rings";
|
theme = "rings";
|
||||||
themePackages = [
|
themePackages = [
|
||||||
(pkgs.adi1090x-plymouth-themes.override {
|
(pkgs.adi1090x-plymouth-themes.override {
|
||||||
selected_themes = [ "rings" ];
|
selected_themes = [ "rings" ];
|
||||||
})
|
})
|
||||||
];*/
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -26,16 +26,19 @@
|
|||||||
"sd_mod"
|
"sd_mod"
|
||||||
"rtsx_usb_sdmmc"
|
"rtsx_usb_sdmmc"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
linuxFirmware = [ pkgs.linux-firmware ];
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
|
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
/* theme = "rings";
|
theme = "rings";
|
||||||
themePackages = [
|
themePackages = [
|
||||||
(pkgs.adi1090x-plymouth-themes.override {
|
(pkgs.adi1090x-plymouth-themes.override {
|
||||||
selected_themes = [ "rings" ];
|
selected_themes = [ "rings" ];
|
||||||
})
|
})
|
||||||
];*/
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user