summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6455bbf..93ef86c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
10 10
11 packages.x86_64-linux.default = 11 packages.x86_64-linux.default =
12 # starts nvim with 2 months of journal entries ahead and behind 12 # starts nvim with 2 months of journal entries ahead and behind
13 # nvim --cmd 'source .nvimrc' -O 2023/10 2023/11 2023/12 2024/01 13 # nvim --cmd 'source .nvimrc' -O 2023/10 2023/11 2023/12 2024/01 2024/02
14 pkgs.writeScriptBin "journal" '' 14 pkgs.writeScriptBin "journal" ''
15 nvim --cmd 'source .nvimrc' -O $( 15 nvim --cmd 'source .nvimrc' -O $(
16 ${pkgs.dateutils}/bin/dateseq \ 16 ${pkgs.dateutils}/bin/dateseq \