feat: load configuration from TOML file for calendar settings
1 file changed, 3 insertions(+), 5 deletions(-)
changed files
M .envrc → .envrc
@@ -1,10 +1,8 @@ #!/usr/bin/env bash if type -P lorri &>/dev/null; then - eval "$(lorri direnv --flake .)" + eval "$(lorri direnv --flake .)" else - echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use flake + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + use flake fi - -dotenv