add profiles.work
This commit is contained in:
parent
197be5729c
commit
0c4a6dab07
37
profiles/work/default.nix
Normal file
37
profiles/work/default.nix
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{ self, config, home-manager, lib, pkgs, inputs, ... }:
|
||||||
|
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;
|
||||||
|
pub-solar.office.enable = true;
|
||||||
|
|
||||||
|
systemd.enableUnifiedCgroupHierarchy = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
jetbrains.idea-community
|
||||||
|
jetbrains.goland
|
||||||
|
minicom
|
||||||
|
openjdk11
|
||||||
|
putty
|
||||||
|
python39Full
|
||||||
|
python39Packages.pyyaml
|
||||||
|
remmina
|
||||||
|
slack
|
||||||
|
thunderbird
|
||||||
|
jetbrains.idea-community
|
||||||
|
vscode
|
||||||
|
vscode-extensions.golang.go
|
||||||
|
vscode-extensions.ms-python.python
|
||||||
|
vscode-extensions.redhat.java
|
||||||
|
wireshark
|
||||||
|
teams
|
||||||
|
go_1_18
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue