From 2970b9dddc6b89705a6836fa0864fb841925ff6f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: 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 ` (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. --- systemd-units/user.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 systemd-units/user.txt (limited to 'systemd-units/user.txt') diff --git a/systemd-units/user.txt b/systemd-units/user.txt new file mode 100644 index 0000000..37e7e7a --- /dev/null +++ b/systemd-units/user.txt @@ -0,0 +1,14 @@ +# User-scope systemd units to enable. One unit per line, # comments OK. +# Enabled by `just unit-apply` via `systemctl --user enable`. + +# --- sway session (all WantedBy=sway-session.target; sway itself starts +# sway-session.target on login) --- +cliphist-image.service +cliphist-text.service +display-watcher.service +signal.service +swayidle.service +waybar.service + +# --- mail (overridden via drop-ins in dot_config/systemd/user/) --- +protonmail-bridge.service -- cgit v1.3.1