diff options
| author | 2026-05-13 13:43:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:32 +0100 | |
| commit | 2970b9dddc6b89705a6836fa0864fb841925ff6f (patch) | |
| tree | 34b73db29f72950c8f62a1eccec57943d0be8f7a /systemd-units/system.txt | |
| parent | e00ad35dd4adcc21dd83ca063a2e306f8ae8b512 (diff) | |
| download | dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.tar.gz dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.tar.bz2 dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.zip | |
refactor(meta): flatten groups; only break out optional/hw-specific
Drop the per-domain group fragmentation in meta/ and the parallel
group-per-file structure in systemd-units/.
meta/ (18 -> 6 groups):
keep base, flatpak (magic), intel, nvidia, work, btc
fold browser, bt, cpp, dev, extra, fonts, mail, media, nix,
sound, wayland -> base (with `# --- section ---` comments
preserving at-a-glance structure)
drop fortran (niche; install ad-hoc when needed)
systemd-units/:
flatten to a single system.txt + user.txt; .ignore files move up
one level; group concept and pairing rule removed.
justfile:
unit-list/unit-apply/unit-status no longer take a group argument.
unit-add/unit-forget infer scope by probing
`systemctl [--user] cat <unit>` (system wins on tie). Top-level
add/forget dispatcher updated: any unit-suffixed arg routes to
unit-* without requiring a leading GROUP.
docs:
.github/copilot-instructions.md and README.md updated to describe
the new flat layout. Pairing rule and group-token grammar gone.
Pure layout refactor - no package contents change.
Diffstat (limited to 'systemd-units/system.txt')
| -rw-r--r-- | systemd-units/system.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/systemd-units/system.txt b/systemd-units/system.txt new file mode 100644 index 0000000..5d1d936 --- /dev/null +++ b/systemd-units/system.txt @@ -0,0 +1,30 @@ +# System-scope systemd units to enable. One unit per line, # comments OK. +# Enabled by `just unit-apply` via `sudo systemctl enable`. + +# --- core --- +systemd-timesyncd.service +systemd-resolved.service +systemd-oomd.service +reflector.timer +paccache.timer +acpid.service +cpupower.service +iwd.service +nftables.service +systemd-networkd.service +systemd-networkd-wait-online.service +tlp.service +pcscd.socket +smartd.service +btrfs-scrub@-.timer +fwupd-refresh.timer + +# --- bluetooth --- +bluetooth.service + +# --- btc --- +tor.service + +# --- nix (socket-activated builder daemon; the .service spawns on first +# client connect, the .socket is what gets enabled) --- +nix-daemon.socket |
