aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/nix.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/nix.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/nix.txt')
-rw-r--r--meta/nix.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/nix.txt b/meta/nix.txt
deleted file mode 100644
index e5c4bb4..0000000
--- a/meta/nix.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Nix package manager (multi-user daemon mode).
-#
-# Used purely for hermetic per-project dev shells via `nix develop` +
-# direnv `use flake`. Not a replacement for paru/pacman, not home-manager,
-# not NixOS — just a sandboxed second package manager that gives every
-# project a reproducible toolchain pinned in its own flake.lock.
-#
-# Pairs with:
-# - systemd-units/system/nix.txt (enables nix-daemon.socket)
-# - etc/nix/nix.conf (flakes, trusted-users=@wheel, GC roots)
-# - dot_config/direnv/direnvrc (loads nix-direnv; pinned via source_url)
-# - dot_config/nix/templates/ (flake templates: nix flake init -t ~/.config/nix/templates)
-#
-# nix-direnv itself is not packaged for Arch — it's loaded at runtime via
-# direnv's source_url with a content hash, so no extra package needed.
-nix