Merge pull request #1894 from sgruendel/mkinitcpio_module_thunderbolt

Add thunderbolt module in omarchy hook.
This commit is contained in:
Ryan Hughes
2025-12-14 15:25:55 -05:00
committed by GitHub
3 changed files with 15 additions and 0 deletions

View File

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

View File

@@ -10,6 +10,7 @@ avahi
bash-completion
bat
bluetui
bolt
brightnessctl
btop
clang