mirror of https://git.jolheiser.com/dotnix.git
fix: globalprotect for work
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
e92d83475c
commit
d6d1bec591
|
@ -44,12 +44,13 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
xorg.xauth
|
globalprotect-openconnect
|
||||||
teams
|
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
subversion
|
subversion
|
||||||
|
teams
|
||||||
|
xorg.xauth
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "22.11";
|
||||||
|
|
Loading…
Reference in New Issue