From 86dd83e763919cb18facd83cc3d4f7b0166495c7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Nov 2022 17:49:33 -0300 Subject: etc/guix/system.scm: Add "brightness" group and include myself in it --- etc/guix/system.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 4dedea2..e4fd48d 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -420,13 +420,16 @@ Seiko Epson Color Ink Jet Printers.") (name whoami) (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" "cache")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" + "cache" "brightness")))) %base-user-accounts)) (groups (append (list (user-group - (name "cache"))) + (name "cache")) + (user-group + (name "brightness"))) %base-groups)) (packages (append -- cgit v1.2.3