diff options
Diffstat (limited to 'systems/izumi/izumi.org')
-rw-r--r-- | systems/izumi/izumi.org | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org index 93623bc..f04e8d1 100644 --- a/systems/izumi/izumi.org +++ b/systems/izumi/izumi.org @@ -333,12 +333,13 @@ #+BEGIN_SRC scheme :tangle home-configuration.scm (define-module (systems izumi home-configuration)) - (use-modules - ( channels ) - (gnu home) - (gnu home services shells)) + (use-modules (channels) + (gnu) + (gnu home) + (gnu home services) + (gnu home services shells) + (gnu packages emacs-xyz)) - <<EMACS-GUIX-MODULES>> <<EMACS-ORG-FC-TN-MODULES>> <<ESSENTIAL-HOME-MODULES>> <<SHELLS-MODULES>> @@ -568,20 +569,3 @@ "calculated based on how well you remembered the contents of the card.\n")) (license license:gpl3+)))) #+END_SRC - -* [[https://emacs-guix.gitlab.io/website/manual/latest/html_node/index.html][Emacs-Guix]] - -** [[https://emacs-guix.gitlab.io/website/manual/latest/html_node/Installation.html][2. Installation]] - -#+NAME: EMACS-GUIX-MODULES -#+BEGIN_SRC scheme - (use-modules - (gnu) - (gnu home services)) - - (use-package-modules emacs-xyz) - - (use-service-modules) -#+END_SRC - -* EOF |