diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-20 14:24:59 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-20 14:27:00 -0300 |
| commit | ccb8c38fa5dc4093dcb0216820e3c8212a27014c (patch) | |
| tree | 1ecc40de86f2f4c332d05cceb6fd35494c33daeb /etc/guix | |
| parent | Use "player synopsis" for MPRIS status string (diff) | |
| download | dotfiles-ccb8c38fa5dc4093dcb0216820e3c8212a27014c.tar.gz dotfiles-ccb8c38fa5dc4093dcb0216820e3c8212a27014c.tar.xz | |
etc/guix/system.scm: Remove "cache" and "brightness" WIP groups
Diffstat (limited to 'etc/guix')
| -rw-r--r-- | etc/guix/system.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 5840af7..3b91654 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -415,17 +415,8 @@ Seiko Epson Color Ink Jet Printers.") (name whoami) (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker" - "cache" "brightness")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm" "docker")))) %base-user-accounts)) - (groups - (append - (list - (user-group - (name "cache")) - (user-group - (name "brightness"))) - %base-groups)) (packages (append (map (compose list specification->package+output symbol->string) |
