Merge remote-tracking branch 'refs/remotes/origin/master'
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m14s

This commit is contained in:
Deepak Mallubhotla 2025-04-02 10:33:32 -05:00
commit 550a5ca017
Signed by: deepak
GPG Key ID: 47831B15427F5A55
2 changed files with 4 additions and 1 deletions

View File

@ -333,7 +333,6 @@ in
# PATH=$PATH:${lib.makeBinPath [ pkgs.wego ]}
echo "`date`"
echo "that's the date"
# mkdir -p ${config.xdg.cacheHome}/weather/
${pkgs.wego}/bin/wego --help
${pkgs.wego}/bin/wego -f json > ${config.xdg.cacheHome}/weather/weather-cache.json
${pkgs.jq}/bin/jq -r '. | {location: .Location, current_tempc: .Current.TempC, current_tempf: ((1.8 * .Current.TempC + 32) |round), desc: .Current.Desc} | "\(.location): \(.current_tempf) F \(.desc)"' ~/.cache/weather/weather-cache.json > ${config.xdg.cacheHome}/weather/short-weather.txt

View File

@ -83,6 +83,10 @@
vim.keymap.set('n', "[d", vim.diagnostic.goto_prev, { noremap = true, desc = "Previous diagnostic" })
vim.keymap.set('n', "<leader>d", vim.diagnostic.open_float, { noremap = true, desc = "Open diagnostic" })
vim.g.vim_markdown_folding_level = 2
vim.g.vim_markdown_math = 1
vim.g.vim_markdown_frontmatter = 1
vim.g.vim_markdown_strikethrough = 1
vim.g.vim_markdown_edit_url_in = 'vsplit'
${builtins.readFile ./wiki-vim.lua}
vim.g.vimtex_fold_enabled = true