mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 02:04:12 +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
|
./skills.nix
|
||||||
./scripts.nix
|
./scripts.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
./tea.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./zsh.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