commit d03e27c3164da6776bf8b62b396b5e52897e91f5
parent 8746632d58d4282e4b772e7f0dbc9e76233b578a
Author: mtmn <miro@haravara.org>
Date: Sat, 2 May 2026 18:10:03 +0200
chore: cleanup packages
Diffstat:
3 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -93,7 +93,6 @@
build = [
bazelisk
- tree-sitter
bear
entr
samurai
@@ -133,7 +132,6 @@
nix = [
comma
nh
- nix-diff
nixd
nvd
lorri
@@ -167,12 +165,7 @@
haskell = lib.concatLists [
(with haskell; [compiler.ghc914])
- (with haskellPackages; [
- cabal-install
- hlint
- fourmolu
- haskell-language-server
- ])
+ (with haskellPackages; [cabal-install hlint fourmolu])
];
lua = lib.concatLists [
@@ -180,11 +173,6 @@
[fnlfmt]
];
- beam = lib.concatLists [
- (with beamMinimal28Packages; [rebar3 erlang erlang-language-platform])
- [gleam]
- ];
-
gui = [
picard
xnviewmp
@@ -202,6 +190,7 @@
other = [
babashka
+ gleam
];
}));
}
diff --git a/modules/mixins/core/default.nix b/modules/mixins/core/default.nix
@@ -5,6 +5,7 @@
}: {
home.packages = lib.concatLists (lib.attrValues (with pkgs; {
utils = [
+ tree-sitter
neovim
eza
bat
diff --git a/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl b/modules/mixins/dotfiles/config/nvim/fnl/config/lsp.fnl
@@ -45,12 +45,9 @@
:gleam {}
:nixd {}
:rust_analyzer {}
- :harper_ls {:filetypes [:markdown :djot]}
- :expert {}
:ts_ls {}
:elmls {}
:zls {}
- :hls {}
:purescriptls {}}]
(vim.lsp.config :purescriptls
{:cmd [:npx :purescript-language-server :--stdio]})
@@ -62,7 +59,6 @@
(let [opts (or opts {})]
(set opts.border (or opts.border :rounded))
(open-floating-preview contents syntax opts ...))))))
- ;; Enable inline diagnostics
(vim.diagnostic.config {:virtual_text true}))
{: auto-format-on-save : config}