Move boot drop-ins into Omarchy repo

This commit is contained in:
Ryan Hughes
2026-06-04 18:38:25 -04:00
parent 20d79fe443
commit 23f8418ed6
5 changed files with 20 additions and 6 deletions
+2 -6
View File
@@ -74,6 +74,8 @@ applications/*.desktop ──► omarchy-settings /etc/skel/.local/s
applications/icons/* ──► omarchy-settings /usr/share/icons/hicolor/{48,256,scalable}/apps/
etc/** ──► omarchy-settings /etc/** (drop-ins we own outright)
├─ mkinitcpio.conf.d/{omarchy_hooks,thunderbolt_module}.conf
└─ limine-entry-tool.d/{omarchy-defaults,omarchy-uki}.conf
default/limine/limine.conf ──► omarchy-settings /usr/share/omarchy/default/limine/limine.conf
default/limine/default.conf ──► omarchy-settings /usr/share/omarchy/default/limine/default.conf
@@ -81,12 +83,6 @@ default/limine/default.conf ──► omarchy-settings /usr/share/omarchy
default/snapper/root ──► omarchy-settings /etc/snapper/config-templates/omarchy
(+ /usr/share/omarchy/default/snapper/root)
omarchy-pkgs/omarchy-settings/
omarchy_hooks.conf,
thunderbolt_module.conf ──► omarchy-settings /etc/mkinitcpio.conf.d/
omarchy-defaults.conf,
omarchy-uki.conf ──► omarchy-settings /etc/limine-entry-tool.d/
default/** ──► omarchy-settings /usr/share/omarchy/default/
├─ bash/env-bootstrap /usr/share/omarchy/default/bash/env-bootstrap
│ (sourced by every shell/session entry point; see "Env bootstrap")