Add azure data studio

This commit is contained in:
2026-03-17 12:13:43 +01:00
parent 2751af0073
commit ae92b5f392
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
azuredatastudio
];
}