summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/system-configuration.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm
index 014274b..1f60d6f 100644
--- a/systems/ayase/system-configuration.scm
+++ b/systems/ayase/system-configuration.scm
@@ -14,6 +14,11 @@
(define locale
"pl_PL.utf8")
+(define package-specifications
+ (list "emacs"
+ "emacs-exwm"
+ "emacs-desktop-environment"))
+
(define timezone
"Europe/Warsaw")
@@ -60,9 +65,8 @@
(swap-space (target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841"))))
(define system-packages
- (list (specification->package "emacs")
- (specification->package "emacs-exwm")
- (specification->package "emacs-desktop-environment")))
+ (map specification->package
+ package-specifications))
(define system-services
(list (service openssh-service-type)