helix module remove redudancy

This commit is contained in:
Emile Clark-Boman 2026-01-29 14:39:59 +10:00
parent 51a67d039f
commit ba1a3fe07e
3 changed files with 74 additions and 66 deletions

View file

@ -296,13 +296,12 @@ in {
# C Family
gcc
clang
clang-tools
# Rust
cargo
rustc
rustfmt
rust-analyzer
# Go
go
# Nim
@ -311,14 +310,9 @@ in {
# Haskell
ghc
ghcid
haskell-language-server
ormolu
# Nix
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
# SOURCE: https://github.com/nix-community/nixd/blob/main/nixd/docs/editor-setup.md#Helix
nixd # lsp for nix
nix-prefetch-git
nix-index
nix-unit

View file

@ -307,19 +307,9 @@ in {
# Haskell
ghc
ghcid
haskell-language-server
ormolu
# Java
# jdk17
# (jre8.overrideAttrs
# (oldAttrs: {
# enableJavaFX = true;
# }))
# (jdk8.overrideAttrs
# (oldAttrs: {
# enableJavaFX = true;
# }))
visualvm
# Python
@ -357,11 +347,6 @@ in {
tesseract # for my work with Agribit
# TODO: once upgraded past Nix-24.07 this line won't be necessary (I think)
# helix will support nixd by default
# SOURCE: https://github.com/nix-community/nixd/blob/main/nixd/docs/editor-setup.md#Helix
# nixd # lsp for nix # DEBUG
# Pretty necessary
git
git-filter-repo