feat: add 'ticketing' module

This commit is contained in:
2026-03-27 13:23:04 +01:00
parent e364dbe76d
commit 3478fac832
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jira-cli-go
];
}