From 466a2d6bf2dfa303b8cc43e7500f747eb09f9ff3 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 --- aisaka.org | 12 ++++++++++++ channels.scm | 5 ++++- home-configuration.scm | 12 ++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/aisaka.org b/aisaka.org index 55d4b23..5627daf 100644 --- a/aisaka.org +++ b/aisaka.org @@ -205,6 +205,18 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html (services (list <> + (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 home-bash-service-type diff --git a/channels.scm b/channels.scm index 4a5d1ca..bcffd5f 100644 --- a/channels.scm +++ b/channels.scm @@ -2,4 +2,7 @@ (url "https://git.savannah.gnu.org/git/guix.git") (branch "master")) (channel (name 'jeko) - (url "https://framagit.org/Jeko/guix-jeko-channel.git"))) + (url "https://framagit.org/Jeko/guix-jeko-channel.git")) + (channel (name 'org-fc-tn) + (url "file:///home/marek/src/org-fc") + (branch "repository"))) 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