Add more sas tooling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-09 16:30:02 +00:00
parent b355f72b2e
commit 79ff5a55e2
8 changed files with 101 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{
user ? throw "user argument is required",
home ? throw "home argument is required",
}:
{ lib, pkgs, ... }:
{
home-manager.users.${user}.home.packages = with pkgs; [ snyk ];
}