From 61278a25fc6101babbb892eaeab4cd9b551ea2ac Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 31 Mar 2024 10:20:09 +0200 Subject: [PATCH] feat: remove swp config --- swp/configuration.nix | 6 ------ swp/home-mandlm.nix | 8 -------- 2 files changed, 14 deletions(-) delete mode 100644 swp/configuration.nix delete mode 100644 swp/home-mandlm.nix diff --git a/swp/configuration.nix b/swp/configuration.nix deleted file mode 100644 index 7ac61c4..0000000 --- a/swp/configuration.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ pkgs, lib, ... }: - -{ - programs.appgate-sdp.enable = true; -} - diff --git a/swp/home-mandlm.nix b/swp/home-mandlm.nix deleted file mode 100644 index 889e067..0000000 --- a/swp/home-mandlm.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs, ... }: - -{ - home.packages = with pkgs; [ - slack - zoom-us - ]; -}