From c777e603b49c52a491bc182c165cc3a5a2f5c9f8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 3 Apr 2024 10:55:00 +0200 Subject: aisaka: rename modules: reflect new file structure --- systems/aisaka/aisaka.org | 4 ++-- systems/aisaka/home-configuration.scm | 2 +- systems/aisaka/system-configuration.scm | 2 +- 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) -- cgit v1.2.3