Make NOTES_DIRECTORY configurable per host

This commit is contained in:
Oliver Davies 2025-01-29 01:49:03 +00:00
parent 4f91d5ce7d
commit 02890fc725
5 changed files with 41 additions and 10 deletions

View file

@ -19,8 +19,6 @@
;
})
(import ./notes.nix { inherit pkgs; })
(import ./tmux-sessionizer.nix {
inherit
config
@ -34,6 +32,7 @@
./direnv.nix
./fzf.nix
./git.nix
./notes.nix
./phpactor.nix
./ripgrep.nix
./starship.nix