this post was submitted on 10 Feb 2026
35 points (97.3% liked)

Linux

12474 readers
189 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Here’s a new tool with strong potential that will appeal to advanced Arch users, especially those who miss a NixOS-style approach to system management (or who are DevOps-oriented). I’m talking about Decman, which has reached its first stable 1.0 release.

Here’s what you can do with it. Decman manages an Arch Linux installation by enforcing a declared system state (written directly in Python) instead of applying changes imperatively.

In a simple configuration, you specify which packages must be installed, which configuration files must exist and their contents, which systemd services must be enabled, and which tools, such as Flatpak or AUR helpers, are in use. This definition is the source of truth.

you are viewing a single comment's thread
view the rest of the comments
[–] zstg@programming.dev 6 points 2 weeks ago (1 children)

So, something very roughly like NixOS?