From ba7912df1508ca2f31f98328e62add3f1ce97621 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sat, 17 Aug 2024 23:28:59 -0500 Subject: [PATCH] Format packages list --- config.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index e167ed1..fd7e30f 100644 --- a/config.scm +++ b/config.scm @@ -32,8 +32,10 @@ ;; Packages installed system-wide. Users can also install packages ;; under their own account: use 'guix search KEYWORD' to search ;; for packages and 'guix install PACKAGE' to install a package. - (packages (append (list bash zsh) - %base-packages)) + (packages (append (list + bash + zsh + ) %base-packages)) ;; Below is the list of system services. To search for available ;; services, run 'guix system search KEYWORD' in a terminal.