summaryrefslogtreecommitdiff
path: root/systems/aisaka/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'systems/aisaka/aisaka.org')
-rw-r--r--systems/aisaka/aisaka.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/aisaka/aisaka.org b/systems/aisaka/aisaka.org
index 1664721..83fca91 100644
--- a/systems/aisaka/aisaka.org
+++ b/systems/aisaka/aisaka.org
@@ -27,7 +27,7 @@ https://guix.gnu.org/en/manual/en/html_node/Invoking-guix_002ddaemon.html
https://guix.gnu.org/en/manual/en/html_node/System-Configuration.html
#+begin_src scheme :noweb-ref system-dump :tangle system-configuration.scm
- (define-module (aisaka-system-configuration)
+ (define-module (systems aisaka system-configuration)
#:use-module (gnu)
#:use-module (gnu packages commencement)
#:use-module (gnu packages cups)
@@ -167,7 +167,7 @@ https://guix.gnu.org/en/manual/en/html_node/Miscellaneous-Services.html
https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html
#+begin_src scheme :noweb-ref home-dump :tangle home-configuration.scm
- (define-module (aisaka-home-configuration)
+ (define-module (systems aisaka home-configuration)
#:use-module (gnu home)
#:use-module (gnu home services)
#:use-module (gnu home services shells)