diff options
Diffstat (limited to '')
| -rw-r--r-- | shenvs/config.nix | 1 | ||||
| -rw-r--r-- | shenvs/tabas.nix | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/shenvs/config.nix b/shenvs/config.nix index caf4b18..61f4c8d 100644 --- a/shenvs/config.nix +++ b/shenvs/config.nix @@ -4,5 +4,6 @@ shenvs: { dsp el3310 randall + tabas ]; } diff --git a/shenvs/tabas.nix b/shenvs/tabas.nix new file mode 100644 index 0000000..62f84a3 --- /dev/null +++ b/shenvs/tabas.nix @@ -0,0 +1,8 @@ +pkgs: { + paths = with pkgs; [ + dotnet-sdk + dotnet-aspnetcore + nodejs + nodePackages.npm + ]; +} |
