feat: split private from swp config
This commit is contained in:
parent
e32e6e7d86
commit
c498035140
5 changed files with 18 additions and 3 deletions
6
swp/configuration.nix
Normal file
6
swp/configuration.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
programs.appgate-sdp.enable = true;
|
||||
}
|
||||
|
8
swp/home-mandlm.nix
Normal file
8
swp/home-mandlm.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
slack
|
||||
zoom-us
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue