profiles/work: remove teams, use go 1.20, install meld
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hendrik Sokolowski 2023-10-06 00:37:48 +02:00
parent 22a8b6ba4b
commit 489001fb5b

View file

@ -3,9 +3,6 @@ let
psCfg = config.pub-solar;
in
{
# Sets nrdxp.cachix.org binary cache which just speeds up some builds
imports = [ ../cachix ];
pub-solar.docker.enable = true;
pub-solar.nextcloud.enable = true;
pub-solar.social.enable = true;
@ -29,8 +26,7 @@ in
vscode-extensions.ms-python.python
vscode-extensions.redhat.java
wireshark
teams
go_1_18
go_1_20
meld
];
}