modules.system: plymouth use simpledrm on efi boot

This commit is contained in:
2025-02-23 14:50:36 +08:00
parent 0e7cd83bf0
commit 7050a83125

View File

@@ -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 =