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
];
}

View File

@@ -14,6 +14,7 @@
../modules/printing.nix ../modules/printing.nix
../modules/docker.nix ../modules/docker.nix
../modules/teams-for-linux.nix ../modules/teams-for-linux.nix
../modules/azure-data-studio.nix
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;