#nixos is too complex for me, so I decided to write a 110 lines Python script to help manage a fixed list of packages on #archlinux

It reports inconsistencies between your requested packages list and what's actually on the system.

The list can contain inline comments and group packages.

Basically, a declarative Archlinux packages helper. Anyone interested?

PS : I have a bug to report in pacman and I'm unable to get an account on the gitlab (they didn't reply to my mail).

#sysadmin

@bug Are you aware that there are other declarative style solutions out there for Arch? https://github.com/CyberShadow/aconfmgr for one.
GitHub - CyberShadow/aconfmgr: A configuration manager for Arch Linux

A configuration manager for Arch Linux. Contribute to CyberShadow/aconfmgr development by creating an account on GitHub.

GitHub