Replaced Haskell and Julia with Go.
This commit is contained in:
parent
12edce5c72
commit
6dbb38b42f
3
home.nix
3
home.nix
|
|
@ -72,10 +72,9 @@ in {
|
||||||
ocamlformat
|
ocamlformat
|
||||||
utop
|
utop
|
||||||
]) ++ # OCaml
|
]) ++ # OCaml
|
||||||
[ ghc stack cabal-install haskell-language-server ] ++ # Haskell
|
|
||||||
[ rustup ] ++ # Rust
|
[ rustup ] ++ # Rust
|
||||||
|
[ go gopls ] ++ # Golang
|
||||||
[ python3 ] ++ # I guess.....
|
[ python3 ] ++ # I guess.....
|
||||||
[ julia ] ++ # Julia
|
|
||||||
[
|
[
|
||||||
kak-lsp
|
kak-lsp
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue