From b0e83e2ee3fc328e55119ee7c1f09ad7ed20a635 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 5 Jun 2026 11:06:02 +0100 Subject: Move more host tooling to Nix --- nix/host.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nix/host.nix') diff --git a/nix/host.nix b/nix/host.nix index 0565f1b..dff9aef 100644 --- a/nix/host.nix +++ b/nix/host.nix @@ -117,6 +117,13 @@ in lshw yt-dlp streamlink + xdg-utils # xdg-open, used by yazi/linkhandler/OPENER + + # ── File sync ─────────────────────────────────────────────────────────────── + # Package-only migration from pacman. The boot-time system service is the + # repo-owned syncthing@sommerfeld.service tracked in systemd-units/system.txt + # and backed by etc/systemd/system/syncthing@.service. + syncthing # chezmoi & paru — both are pure user CLIs. `paru` wraps pacman+makepkg # but doesn't link them; it just shells out. bootstrap.sh installs a -- cgit v1.3.1