aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/extra.txt
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
commit2970b9dddc6b89705a6836fa0864fb841925ff6f (patch)
tree34b73db29f72950c8f62a1eccec57943d0be8f7a /meta/extra.txt
parente00ad35dd4adcc21dd83ca063a2e306f8ae8b512 (diff)
downloaddotfiles-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 'meta/extra.txt')
-rw-r--r--meta/extra.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/extra.txt b/meta/extra.txt
deleted file mode 100644
index 956d0c1..0000000
--- a/meta/extra.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-gpg-tui
-pandoc-bin
-syncthing
-udisks2
-
-# Flatpak runtime (apps tracked in meta/flatpak.txt)
-flatpak
-
-# Smartcard stack (cartão de cidadão reader + PKCS#11 bridge into flatpak browsers).
-# pcscd.socket is enabled by systemd-units/system/base.txt.
-pcsclite
-ccid
-
-# OCR (used by ~/.local/bin/ocr)
-tesseract
-tesseract-data-eng
-tesseract-data-por
-
-# Speech-to-text (used by ~/.local/bin/dictate)
-# `base` multilingual: ~142 MB, ~7-10x realtime on a 4c CPU. Override
-# WHISPER_MODEL in the script's environment to use a different ggml model.
-whisper.cpp-vulkan
-whisper.cpp-model-base