diff options
| author | 2026-06-15 00:55:43 +0100 | |
|---|---|---|
| committer | 2026-06-15 00:55:43 +0100 | |
| commit | bb607b3cdb027a2d02cf2111b8ee12dab172efad (patch) | |
| tree | a52c1d792ed17640bbbe1e8581eded4f1e9004b7 /nix/host.nix | |
| parent | 14f5a45a67b2d719e8912c335be8f521e39291fd (diff) | |
| download | dotfiles-bb607b3cdb027a2d02cf2111b8ee12dab172efad.tar.gz dotfiles-bb607b3cdb027a2d02cf2111b8ee12dab172efad.tar.bz2 dotfiles-bb607b3cdb027a2d02cf2111b8ee12dab172efad.zip | |
Reduce AUR package surface
Move pass-secret-service, snx-rs, and Sparrow under Nix/Home Manager.
Track the snx-rs system unit, pass-secret-service user unit, and pacman cache cleanup hook in the repo.
Drop the mkinitcpio firmware metapackage, overdue, pacman-cleanup-hook, and the standalone btc package group.
Diffstat (limited to 'nix/host.nix')
| -rw-r--r-- | nix/host.nix | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/nix/host.nix b/nix/host.nix index dff9aef..5296af6 100644 --- a/nix/host.nix +++ b/nix/host.nix @@ -71,6 +71,12 @@ in # `protonmail-bridge-core`. protonmail-bridge + # ── Secrets portal ──────────────────────────────────────────────────────── + # D-Bus org.freedesktop.secrets implementation backed by pass. The explicit + # user unit lives in dot_config/systemd/user/pass-secret-service.service so + # it can keep the stable unit name and PASSWORD_STORE_DIR drop-in. + pass-secret-service + # ── Wayland session: bars, launchers, notifiers, daemons ────────────────── # Pure user-session GUIs/daemons — no system unit, no D-Bus activation # file under /usr/share/dbus-1, no login-manager session entry. The @@ -104,12 +110,13 @@ in playerctl # MPRIS over session bus pulsemixer # TUI for PipeWire/PulseAudio - # NOTE: GPU/OpenGL & EGL apps (ghostty, imv, wl-mirror, sparrow) are + # NOTE: GPU/OpenGL & EGL apps (ghostty, imv, wl-mirror) are # intentionally NOT here — they stay on pacman/AUR. Nix-built GL apps on # a non-NixOS host can't locate the system Mesa/DRI driver (the FHS # /usr/lib drivers don't match nix's search paths) and fail at startup # with "missing OpenGL context". On pacman they link against system Mesa. - # ghostty/imv/wl-mirror live in meta/base.txt; sparrow in meta/btc.txt. + # ghostty/imv/wl-mirror live in meta/base.txt. Sparrow is JavaFX-based and + # runs correctly from nix on the host. # ── General CLIs migrated off pacman ────────────────────────────────────── qrencode @@ -125,6 +132,16 @@ in # and backed by etc/systemd/system/syncthing@.service. syncthing + # ── Work VPN ────────────────────────────────────────────────────────────── + # Check Point VPN client. The command-mode system service is repo-owned at + # etc/systemd/system/snx-rs.service and exposes the daemon that snxctl uses. + snx-rs + + # ── Bitcoin wallet ─────────────────────────────────────────────────────── + # Replaces the former AUR wallet package after host GUI + BitBox smoke + # testing. + sparrow + # chezmoi & paru — both are pure user CLIs. `paru` wraps pacman+makepkg # but doesn't link them; it just shells out. bootstrap.sh installs a # one-shot pacman `chezmoi` for the very first `chezmoi init --apply`, |
