diff options
| author | 2026-06-15 00:55:43 +0100 | |
|---|---|---|
| committer | 2026-06-15 00:55:43 +0100 | |
| commit | bb607b3cdb027a2d02cf2111b8ee12dab172efad (patch) | |
| tree | a52c1d792ed17640bbbe1e8581eded4f1e9004b7 /meta | |
| 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 'meta')
| -rw-r--r-- | meta/base.txt | 25 | ||||
| -rw-r--r-- | meta/btc.txt | 3 | ||||
| -rw-r--r-- | meta/work.txt | 1 |
3 files changed, 13 insertions, 16 deletions
diff --git a/meta/base.txt b/meta/base.txt index ac7a749..bb72992 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -5,8 +5,9 @@ # What stays on pacman in this section is the pieces tightly coupled to # the distro (man-db/man-pages files), the system runtime (sudo-rs, # base/base-devel), and things needed pre-bootstrap or by other system -# packages transitively. User-leaf CLIs (chezmoi, paru, qrencode, -# torsocks, lshw, xdg-utils, syncthing) now come from nix/host.nix. +# packages transitively. User-leaf CLIs/daemons (chezmoi, paru, qrencode, +# torsocks, lshw, xdg-utils, syncthing, pass-secret-service) now come +# from nix/host.nix. acpid arch-audit base @@ -18,7 +19,6 @@ fwupd iwd kernel-modules-hook linux-firmware -mkinitcpio-firmware linux-hardened linux-hardened-headers linux-lts @@ -29,8 +29,8 @@ man-pages nfs-utils nftables ocl-icd -overdue -pacman-cleanup-hook +# Provides paccache for the repo-owned cache cleanup hook under +# etc/pacman.d/hooks/. pacman-contrib pbzip2 pigz @@ -115,12 +115,9 @@ libnotify # Lock screen (setuid; PAM-coupled) swaylock -# org.freedesktop.secrets D-Bus implementation backed by pass. Required -# by Signal Desktop (flatpak) and other libsecret consumers. Ships both -# a D-Bus activation file and a systemd user unit; we enable the unit -# explicitly so it's visible in `systemctl --user status`. Stores -# secrets under ~/.password-store/secret-service/. -pass-secret-service-bin +# org.freedesktop.secrets D-Bus implementation backed by pass now comes +# from nix/host.nix. The repo-owned user unit remains tracked under +# dot_config/systemd/user/pass-secret-service.service. # Ships ZSA's upstream udev rules (50-oryx.rules, 50-wally.rules) to # /usr/lib/udev/rules.d/ so VID 3297 hidraw nodes get TAG+=uaccess. @@ -128,6 +125,9 @@ pass-secret-service-bin # ErgoDox EZ / Moonlander / Voyager. zsa-udev +# Udev rules for BitBox hardware wallet access from Sparrow. +bitbox-udev + # QR (system lib used by zbarcam; the qrencode CLI is in nix/host.nix) zbar xorg-xwayland # needed for zbarcam's X11 preview @@ -163,10 +163,11 @@ arkenfox-user.js # --- media (mpv is the io.mpv.Mpv flatpak in meta/flatpak.txt; streamlink # and yt-dlp now come from nix/host.nix and pipe/launch into the flatpak # mpv via `flatpak run io.mpv.Mpv`, see dot_config/streamlink/config. -# Bitcoin wallet — sparrow-wallet — lives in meta/btc.txt.) --- +# Bitcoin wallet comes from nix/host.nix.) --- # --- desktop extras --- udisks2 +tor # Flatpak runtime (apps tracked in meta/flatpak.txt) flatpak diff --git a/meta/btc.txt b/meta/btc.txt deleted file mode 100644 index cbfd863..0000000 --- a/meta/btc.txt +++ /dev/null @@ -1,3 +0,0 @@ -bitbox-udev -sparrow-wallet -tor diff --git a/meta/work.txt b/meta/work.txt index 59c5e66..50a54dc 100644 --- a/meta/work.txt +++ b/meta/work.txt @@ -2,7 +2,6 @@ dnsmasq edk2-ovmf libvirt qemu-desktop -snx-rs swtpm virt-manager virt-viewer |
