feat: remove swp config

This commit is contained in:
Michael Mandl 2024-03-31 10:20:09 +02:00
parent ad6f427cc6
commit 61278a25fc
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 0 additions and 14 deletions

View file

@ -1,6 +0,0 @@
{ pkgs, lib, ... }:
{
programs.appgate-sdp.enable = true;
}

View file

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
slack
zoom-us
];
}