mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.system: plymouth use simpledrm on efi boot
This commit is contained in:
@@ -22,6 +22,9 @@ inputs:
|
||||
theme = "mac-style";
|
||||
themePackages = [(inputs.pkgs.callPackage inputs.topInputs.mac-style {})];
|
||||
};
|
||||
kernelParams = inputs.lib.mkIf
|
||||
(builtins.elem inputs.config.nixos.system.grub.installDevice [ "efi" "efiRemovable" ])
|
||||
[ "plymouth.use-simpledrm" ];
|
||||
};
|
||||
hardware = { enableAllFirmware = true; bluetooth.enable = true; sensor.iio.enable = true; };
|
||||
environment =
|
||||
|
||||
Reference in New Issue
Block a user