Add thunderbolt module in omarchy hook.

This commit is contained in:
Stefan Gruendel
2025-09-23 06:40:56 +02:00
parent c4d8ef6a15
commit 74f2900db1

View File

@@ -1,5 +1,6 @@
if command -v limine &>/dev/null; then
sudo tee /etc/mkinitcpio.conf.d/omarchy_hooks.conf <<EOF >/dev/null
MODULES=(thunderbolt)
HOOKS=(base udev plymouth keyboard autodetect microcode modconf kms keymap consolefont block encrypt filesystems fsck btrfs-overlayfs)
EOF