From a64c8457275695c0c379c54acaa606dbdef302a8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 11 Feb 2023 21:35:50 +0100 Subject: Reindent the list of system services --- aisaka.org | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'aisaka.org') diff --git a/aisaka.org b/aisaka.org index eabf7a7..b60be9f 100644 --- a/aisaka.org +++ b/aisaka.org @@ -79,21 +79,28 @@ https://guix.gnu.org/en/manual/en/html_node/Services.html (list <> <> - (service cups-service-type - (cups-configuration (extensions `(,cups-filters - ,epson-inkjet-printer-escpr)) - (web-interface? #t))) + (service + cups-service-type + (cups-configuration + (extensions + (list + cups-filters + epson-inkjet-printer-escpr)) + (web-interface? #t))) (service git-daemon-service-type) (service gnome-desktop-service-type) - (service tor-service-type (tor-configuration - (control-socket? #t))) + (service + tor-service-type + (tor-configuration + (control-socket? #t))) <>) - (modify-services %desktop-services - (elogind-service-type - configuration => - (elogind-configuration - (inherit configuration) - (handle-lid-switch 'ignore)))))) + (modify-services + %desktop-services + (elogind-service-type + configuration => + (elogind-configuration + (inherit configuration) + (handle-lid-switch 'ignore)))))) #+end_src ** TODO Home configuration -- cgit v1.2.3