summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aisaka.org12
-rw-r--r--channels.scm5
-rw-r--r--home-configuration.scm12
3 files changed, 28 insertions, 1 deletions
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
<<flashrom-package>>
+ (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
<<trezor-user-packages>>
(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