diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-06 09:17:20 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-26 13:54:05 +0200 |
commit | a21c3a721e6afc1d78913cac4476a424bd71b401 (patch) | |
tree | 9297895d3ffabeb318f3b34e1fdd1100b9b892d1 /nixos/profiles | |
parent | 526c06b0f23ef102496be050d6b5b581459475e9 (diff) |
feat(workstation): add nixd
Diffstat (limited to 'nixos/profiles')
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 = { |