From 632118c3b573a8d7347574083390eae5fd01d0e6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 18 Feb 2024 14:44:18 -0500 Subject: Clean up indenting. --- dthompson/machines/ikaruga.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dthompson/machines/ikaruga.scm b/dthompson/machines/ikaruga.scm index 44b5e4c..0cae000 100644 --- a/dthompson/machines/ikaruga.scm +++ b/dthompson/machines/ikaruga.scm @@ -20,11 +20,11 @@ ;; ;; To update the OS, run: ;; -;; sudo -E guix system reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-os)' +;; sudo -E guix system reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-os)' ;; ;; To update the home environment, run: ;; -;; guix home reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-home)' +;; guix home reconfigure -L . -e '(@ (dthompson machines ikaruga) ikaruga-home)' (define-module (dthompson machines ikaruga) #:use-module (dthompson home common) -- cgit v1.2.3