nixos-config/home/editors/dap.nix

10 lines
158 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
netcoredbg
# vscode-firefox-debug # TODO not packaged
haskellPackages.haskell-dap
];
}