From a21c3a721e6afc1d78913cac4476a424bd71b401 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sun, 6 Apr 2025 09:17:20 +0200
Subject: feat(workstation): add nixd

---
 nixos/profiles/workstation/dev.nix | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'nixos')

diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix
index ea39b83..92992cb 100644
--- a/nixos/profiles/workstation/dev.nix
+++ b/nixos/profiles/workstation/dev.nix
@@ -30,6 +30,10 @@
     vscodium
     # I'm installing extensions via my install-imperative script.
     platformio
+
+    # language servers
+    # rust-analyzer is installed via rustup
+    nixd
   ];
 
   virtualisation.podman = {
-- 
cgit v1.2.3