diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-02-18 14:44:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-02-18 14:44:18 -0500 |
commit | 632118c3b573a8d7347574083390eae5fd01d0e6 (patch) | |
tree | ebcde445c0d315783c518fd3f945fed1cd8aaf06 /dthompson | |
parent | 3b6cedf05c2b7b45043395f172a71e184c91fb90 (diff) |
Clean up indenting.
Diffstat (limited to 'dthompson')
-rw-r--r-- | dthompson/machines/ikaruga.scm | 4 |
1 files 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) |