summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-08 15:43:20 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-08 15:43:20 -0700
commitb75cb4b1706b3abd5aa824d6e8b7779a8daa14c3 (patch)
treeb6da35d10c34ee74c6e59e173ef86ba9341bacba /config
parente9e01cbb26efca6e392df2f720729c672b711f2f (diff)
update org-habit to display graph
Diffstat (limited to 'config')
-rw-r--r--config/emacs.el6
-rw-r--r--config/emacs.org6
-rw-r--r--config/nix.org7
3 files changed, 14 insertions, 5 deletions
diff --git a/config/emacs.el b/config/emacs.el
index 76948b5..7ab37be 100644
--- a/config/emacs.el
+++ b/config/emacs.el
@@ -119,7 +119,11 @@
(preview-image-type 'png "Use PNGs")
(org-format-latex-options (plist-put org-format-latex-options :scale 1.5) "space latex better")
(org-return-follows-link t "be able to follow links without mouse")
- (org-habit-preceding-days 1 "See org habit entries")
+ (org-habit-preceding-days 7 "See org habit entries")
+ (org-habit-following-days 35 "See org habit entries")
+ (org-habit-show-habits t "See org habit entries")
+ (org-habit-show-habits-only-for-today nil "See org habit entries")
+ (org-habit-show-all-today t "Show org habit graph")
(org-startup-indented t "Indent the headings")
(org-image-actual-width '(300) "Cap width")
(org-startup-with-latex-preview t "see latex previews on opening file")
diff --git a/config/emacs.org b/config/emacs.org
index dab81d6..07320dc 100644
--- a/config/emacs.org
+++ b/config/emacs.org
@@ -153,7 +153,11 @@ This is my org mode configuration, which also configures latex.
(preview-image-type 'png "Use PNGs")
(org-format-latex-options (plist-put org-format-latex-options :scale 1.5) "space latex better")
(org-return-follows-link t "be able to follow links without mouse")
- (org-habit-preceding-days 1 "See org habit entries")
+ (org-habit-preceding-days 7 "See org habit entries")
+ (org-habit-following-days 35 "See org habit entries")
+ (org-habit-show-habits t "See org habit entries")
+ (org-habit-show-habits-only-for-today nil "See org habit entries")
+ (org-habit-show-all-today t "Show org habit graph")
(org-startup-indented t "Indent the headings")
(org-image-actual-width '(300) "Cap width")
(org-startup-with-latex-preview t "see latex previews on opening file")
diff --git a/config/nix.org b/config/nix.org
index 2a882a3..828363b 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -131,10 +131,9 @@ so that adding new configurations that add modifications is made simple.
fira-code
python3
poetry
+ statix
+ deadnix
];
- shellHook = ''
- poetry shell
- '';
};
packages."${system}" = {
@@ -629,6 +628,8 @@ for users:
passBlock = ''
<Pass password>
Method = sha256
+ Hash = d4abdd69aa24de69693885c5bd83a4a0e9ee989e1a69a905041b0dad9abc06ea
+ Salt = sDY,?H5AxC-!gH3a.:)D
Hash = ${config.sops.secrets.znc_password_hash}
Salt = ${config.sops.secrets.znc_password_salt}
</Pass>