From bcbc1440b81aeefde2c125b47d1c6018f73b647b Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Tue, 10 May 2022 23:04:47 +0200 Subject: [PATCH] Enable required modules for work profile --- profiles/work/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/work/default.nix b/profiles/work/default.nix index 21e6992a..b1c2c7df 100644 --- a/profiles/work/default.nix +++ b/profiles/work/default.nix @@ -6,11 +6,17 @@ 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; + pub-solar.office.enable = true; + environment.systemPackages = with pkgs; [ python39Full python39Packages.pyyaml remmina thunderbird + jetbrains.idea-community vscode vscode-extensions.golang.go vscode-extensions.ms-python.python