From 71a7e867ad9c128ac235f9e8a6ae04ea4b6205e0 Mon Sep 17 00:00:00 2001 From: Kivi Kaitaniemi Date: Sun, 8 Feb 2026 12:06:58 +0200 Subject: [PATCH] Enhance README with user management and syntax update Updated README to include user, group, and PGP key management information and modified package management syntax. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c92ac25..ea9da94 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ Decman has built-in functionality for managing files and directories. Additional - [aur](/docs/aur.md) - [flatpak](/docs/flatpak.md) +Additionally management of [users, groups and PGP keys](/docs/extras.md) is provided by built-in modules. + Plugins can be disabled if desired and flatpaks are disabled by default. Please read the documentation to understand the functionality of those plugins in detail. Here are quick examples to show what the default plugins are capable of. @@ -408,7 +410,7 @@ import decman if socket.gethostname() == "laptop": # add brightness controls to your laptop - decman.pacman.packages += ["brightnessctl"] + decman.pacman.packages |= {"brightnessctl"} ``` ## Alternatives