nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit e241d1dbc784523ec98fd43492c62cee2096139f
parent a8b48063e1fdc0f5f8c3b4d6a94a1a3971bbc2d6
Author: mtmn <miro@haravara.org>
Date:   Thu, 30 Apr 2026 04:49:52 +0200

void: aliases, lsps, etc.

Diffstat:
Mhosts/void/overlays/config/shell/rc/void | 0
Dmodules/mixins/dotfiles/bin/plakar_hoo | 2--
Mmodules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl | 3++-
3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/hosts/void/overlays/config/shell/rc/void b/hosts/void/overlays/config/shell/rc/void Binary files differ. diff --git a/modules/mixins/dotfiles/bin/plakar_hoo b/modules/mixins/dotfiles/bin/plakar_hoo @@ -1,2 +0,0 @@ -#!/bin/bash -PLAKAR_PASSPHRASE="$(pass show void/plakar-hoo-store)" plakar at "@hoo" "$@" diff --git a/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl b/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl @@ -45,11 +45,12 @@ :gleam {} :nixd {} :rust_analyzer {} - :harper_ls {} + :harper_ls {:filetypes [:markdown :djot]} :expert {} :ts_ls {} :elmls {} :zls {} + :hls {} :purescriptls {}}] (vim.lsp.config :purescriptls {:cmd [:npx :purescript-language-server :--stdio]})