From 2ec618fadef39db6aed82b015c53d88febb2a334 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 20 Apr 2022 06:03:51 +0200 Subject: Multiline Package List * home-configuration.scm (packages) [list]: Split the list of packages into multiple lines in order to maintain it more easily in the future. --- home-configuration.scm | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/home-configuration.scm b/home-configuration.scm index 3e678fc..94e35ea 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -15,7 +15,21 @@ (packages (map (compose list specification->package+output) - (list "dconf-editor" "evolution" "font-google-noto" "git" "git-lfs" "gnome-shell-extensions" "gnome-tweaks" "gst-plugins-bad" "gst-plugins-base" "gst-plugins-good" "gst-plugins-ugly" "pwgen" "seahorse" "trezor-agent"))) + (list + "dconf-editor" + "evolution" + "font-google-noto" + "git" + "git-lfs" + "gnome-shell-extensions" + "gnome-tweaks" + "gst-plugins-bad" + "gst-plugins-base" + "gst-plugins-good" + "gst-plugins-ugly" + "pwgen" + "seahorse" + "trezor-agent"))) (services (list -- cgit v1.2.3