feat: split private from swp config

This commit is contained in:
Michael Mandl 2024-02-08 13:48:37 +01:00
parent e32e6e7d86
commit c498035140
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
5 changed files with 18 additions and 3 deletions

6
swp/configuration.nix Normal file
View file

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

8
swp/home-mandlm.nix Normal file
View file

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