summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-05-01 19:10:40 -0300
committerLeonardo Santiago <[email protected]>2024-05-01 19:10:40 -0300
commita2d8f693fb9556c7e9cf7ba954ad5688aceb9cf5 (patch)
tree621f1bfcc9267b51b44cf23d01dc3077a2ae3c97 /modules
parent00d580e47de5c9d1d1ada4d51ddda34876706a28 (diff)
use mixrank as gitlab input
Diffstat (limited to 'modules')
-rw-r--r--modules/emacs/README.org8
-rw-r--r--modules/s3nixcache-mixrank.nix13
2 files changed, 7 insertions, 14 deletions
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;
-}