diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-04 19:36:09 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-04 19:36:09 +0100 |
commit | 42a99a1402251437b70d8d1f32536b627a0a03f8 (patch) | |
tree | 3b394da32e184449dd07fe8702ecbf7cbe52c8a3 /home-configuration.scm | |
parent | 9b875b20ef8315c17cfcd7c4748eeae579294bff (diff) |
Install emacs-org-fc-tn
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 12 |
1 files changed, 12 insertions, 0 deletions
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 |