Trim over-commented Chunk 3+/4 work

A pass over the install scripts, dev-tools commands, and Hyprland Lua
files that I had stuffed with explain-everything preambles. Most of
those rationales (which files ship where, why hyprctl setenv doesn't
suffice, etc.) belong in commit messages or PR descriptions, not in
code people have to read forever. Kept the few comments that document
genuinely non-obvious behaviour: the keybind-env reason for hl.env in
envs.lua, why the runtime PAM seds stay scripted in
increase-lockout-limit, the chroot/--now distinction in chroot.sh, and
the dev-pkg-test split-install reason.
This commit is contained in:
Ryan Hughes
2026-06-04 18:34:35 -04:00
parent ea54e25bba
commit b887d18b84
20 changed files with 35 additions and 111 deletions
+4 -9
View File
@@ -1,12 +1,7 @@
# Central place for unconditional service enables. Services that should NOT
# be started during install (sddm, ufw) live in their own scripts. Hardware-
# gated services (t2fanrd, intel_lpmd, thermald, omarchy-nvme-suspend-fix)
# also live with their detection.
#
# Two variants:
# chrootable_systemctl_enable -> enable + start now (safe to start)
# chrootable_systemctl_enable_only -> enable only (don't risk starting during
# install)
# _only variant skips --now to avoid starting iwd/docker/power-profiles-daemon
# during install (existing iwd would be interrupted; the others should defer
# to first boot). sddm, ufw, and hardware-gated services stay in their own
# scripts.
chrootable_systemctl_enable bluetooth.service
chrootable_systemctl_enable cups.service
chrootable_systemctl_enable cups-browsed.service