diff --git a/profiles/work/default.nix b/profiles/work/default.nix index 573ac2a4..766dac50 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -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 ]; - }