Add azure data studio
This commit is contained in:
7
systems/modules/azure-data-studio.nix
Normal file
7
systems/modules/azure-data-studio.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
azuredatastudio
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user