Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install/config/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ run_logged $OMARCHY_INSTALL/config/localdb.sh
run_logged $OMARCHY_INSTALL/config/walker-elephant.sh
run_logged $OMARCHY_INSTALL/config/fast-shutdown.sh
run_logged $OMARCHY_INSTALL/config/sudoless-asdcontrol.sh
run_logged $OMARCHY_INSTALL/config/kernel-modules-hook.sh
run_logged $OMARCHY_INSTALL/config/hardware/network.sh
run_logged $OMARCHY_INSTALL/config/hardware/set-wireless-regdom.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-fkeys.sh
Expand Down
1 change: 1 addition & 0 deletions install/config/kernel-modules-hook.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chrootable_systemctl_enable linux-modules-cleanup.service
1 change: 1 addition & 0 deletions install/omarchy-base.packages
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ inxi
iwd
jq
kdenlive
kernel-modules-hook
kvantum-qt5
lazydocker
lazygit
Expand Down
4 changes: 4 additions & 0 deletions migrations/1764004074.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo "Install kernel-modules-hook"

omarchy-pkg-add kernel-modules-hook
sudo systemctl enable --now linux-modules-cleanup.service