summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/nixvim.nix3
-rw-r--r--shells/haemolacriaa.nix6
2 files changed, 3 insertions, 6 deletions
diff --git a/apps/nixvim.nix b/apps/nixvim.nix
index d2a112d..291dd8a 100644
--- a/apps/nixvim.nix
+++ b/apps/nixvim.nix
@@ -68,6 +68,9 @@
java-language-server.enable = true;
cmake.enable = true;
sqls.enable = true;
+ nixd.enable = true;
+ tailwindcss.enable = true;
+ svelte.enable = true;
rust-analyzer = {
enable = true;
installRustc = true;
diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix
index da9e7dc..424d404 100644
--- a/shells/haemolacriaa.nix
+++ b/shells/haemolacriaa.nix
@@ -2,14 +2,8 @@
pkgs.mkShell {
packages = with pkgs; [
- clang
rustup
- rustc
- rust-analyzer
- rustfmt
trunk
- rustc-wasm32
- cargo
cargo-binutils
cargo-leptos
cargo-generate