From a2d8f693fb9556c7e9cf7ba954ad5688aceb9cf5 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Wed, 1 May 2024 19:10:40 -0300 Subject: use mixrank as gitlab input --- modules/emacs/README.org | 8 +++++++- modules/s3nixcache-mixrank.nix | 13 ------------- 2 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 modules/s3nixcache-mixrank.nix (limited to 'modules') diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 9a61d88..be1d22a 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -352,7 +352,13 @@ Try to use the package. (org-alert-notify-cutoff 30) (org-alert-notification-title "Emacs Agenda") (alert-default-style 'notifications)) -#+end_src +#+end_src +*** Ox-hugo +In order to publish files to hugo from org. +#+begin_src emacs-lisp :tangle yes +(use-package ox-hugo + :after ox) +#+end_src ** Calendar try out emacs calfw #+begin_src emacs-lisp :tangle yes diff --git a/modules/s3nixcache-mixrank.nix b/modules/s3nixcache-mixrank.nix deleted file mode 100644 index 0e80bdd..0000000 --- a/modules/s3nixcache-mixrank.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ - nix = { - settings = { - substituters = [ - "s3://mr-nixcache-icenyeamyubu?profile=mixrank" - ]; - trusted-public-keys = [ - "mr-nixcache-icenyeamyubu:q2ulb+bD5NCbp9nvvHod39/1qNqnYX0ACb8eQckb7pI=" - ]; - }; - }; - networking.extraHosts = builtins.readFile /var/hosts.mixrank; -} -- cgit v1.2.3