From 6c37693fa461261846deaabf8a8861fa2c084ba8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Nov 2014 07:36:26 -0500 Subject: desktop: Fix whitespace. --- desktop.scm | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'desktop.scm') diff --git a/desktop.scm b/desktop.scm index cee071b..5754ef3 100644 --- a/desktop.scm +++ b/desktop.scm @@ -15,34 +15,34 @@ ;;; . (use-modules (gnu) - (gnu services networking) + (gnu services networking) (gnu services avahi) (gnu services dbus) (gnu services ssh) - (gnu services xorg) + (gnu services xorg) (gnu packages avahi)) (operating-system - (host-name "labrys") - (timezone "America/New_York") - (locale "en_US.UTF-8") - (bootloader (grub-configuration (device "/dev/sdc"))) - (file-systems (cons (file-system - (device "root") - (title 'label) - (mount-point "/") - (type "ext4")) - %base-file-systems)) - (users (list (user-account - (name "dave") - (group "users") - (comment "Guix is awesome") - (supplementary-groups '("wheel" "audio" "video")) - (home-directory "/home/dave")))) - (services (cons* (dhcp-client-service) - (ntp-service) - (lsh-service #:initialize? #t) - (slim-service #:startx (xorg-start-command)) - (avahi-service) - (dbus-service (list avahi)) - %base-services))) + (host-name "labrys") + (timezone "America/New_York") + (locale "en_US.UTF-8") + (bootloader (grub-configuration (device "/dev/sdc"))) + (file-systems (cons (file-system + (device "root") + (title 'label) + (mount-point "/") + (type "ext4")) + %base-file-systems)) + (users (list (user-account + (name "dave") + (group "users") + (comment "Guix is awesome") + (supplementary-groups '("wheel" "audio" "video")) + (home-directory "/home/dave")))) + (services (cons* (dhcp-client-service) + (ntp-service) + (lsh-service #:initialize? #t) + (slim-service #:startx (xorg-start-command)) + (avahi-service) + (dbus-service (list avahi)) + %base-services))) -- cgit v1.2.3