summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/aisaka/aisaka.org4
-rw-r--r--systems/aisaka/home-configuration.scm2
-rw-r--r--systems/aisaka/system-configuration.scm2
3 files changed, 4 insertions, 4 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)
diff --git a/systems/aisaka/home-configuration.scm b/systems/aisaka/home-configuration.scm
index 2e4df69..86ab961 100644
--- a/systems/aisaka/home-configuration.scm
+++ b/systems/aisaka/home-configuration.scm
@@ -1,4 +1,4 @@
-(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)
diff --git a/systems/aisaka/system-configuration.scm b/systems/aisaka/system-configuration.scm
index 388bf06..7e2cfd5 100644
--- a/systems/aisaka/system-configuration.scm
+++ b/systems/aisaka/system-configuration.scm
@@ -1,4 +1,4 @@
-(define-module (aisaka-system-configuration)
+(define-module (systems aisaka system-configuration)
#:use-module (gnu)
#:use-module (gnu packages commencement)
#:use-module (gnu packages cups)