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 /aisaka.org | |
parent | 9b875b20ef8315c17cfcd7c4748eeae579294bff (diff) |
Install emacs-org-fc-tn
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |