From 42a99a1402251437b70d8d1f32536b627a0a03f8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 4 Feb 2023 19:36:09 +0100 Subject: Install emacs-org-fc-tn --- home-configuration.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 98bbbc0..6060a95 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -121,6 +121,18 @@ '("flashrom")))))) (description "Flashrom installation.") (default-value #f))) + (service + (service-type + (name 'org-fc-tn-package) + (extensions + (list + (service-extension home-profile-service-type + (lambda (_) + (map specification->package + (list + "emacs-org-fc-tn")))))) + (description "Custom version of ORG-FC.") + (default-value #f))) ssh-configuration (service (service-type -- cgit v1.2.3