Files
nix/home/modules/ticketing/default.nix

8 lines
72 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jira-cli-go
];
}