feat: add tea
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-09 04:58:16 +00:00
parent bad6fc6733
commit c2e589011f
2 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,7 @@
./skills.nix
./scripts.nix
./ssh.nix
./tea.nix
./tmux.nix
./zsh.nix
];

4
home/tea.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.tea ];
}