summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/guix-ayase.org2
-rw-r--r--systems/ayase/system-configuration.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/systems/ayase/guix-ayase.org b/systems/ayase/guix-ayase.org
index c249473..40a1dc9 100644
--- a/systems/ayase/guix-ayase.org
+++ b/systems/ayase/guix-ayase.org
@@ -53,7 +53,7 @@
(define system-packages
(list (specification->package "emacs")
(specification->package "emacs-exwm")
- (specification->package "emacs-desktop-enfironment")))
+ (specification->package "emacs-desktop-environment")))
(define system-services
(list (service openssh-service-type)
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm
index 2ed20d5..ab63c06 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase/system-configuration.scm
@@ -43,7 +43,7 @@
(define system-packages
(list (specification->package "emacs")
(specification->package "emacs-exwm")
- (specification->package "emacs-desktop-enfironment")))
+ (specification->package "emacs-desktop-environment")))
(define system-services
(list (service openssh-service-type)