mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
feat: add tea
This commit is contained in:
parent
bad6fc6733
commit
c2e589011f
2 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
./skills.nix
|
||||
./scripts.nix
|
||||
./ssh.nix
|
||||
./tea.nix
|
||||
./tmux.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
|
|
|||
4
home/tea.nix
Normal file
4
home/tea.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.tea ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue