Enable required modules for work profile
This commit is contained in:
parent
8dc8a846d4
commit
bcbc1440b8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue