feat: Added tea
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
./aichat.nix
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./bluetui.nix
|
||||
./carapace.nix
|
||||
./ddcbacklight.nix
|
||||
./direnv.nix
|
||||
@@ -26,13 +27,13 @@
|
||||
./sops.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./sxiv.nix
|
||||
./tea.nix
|
||||
./tmux.nix
|
||||
./tuifeed.nix
|
||||
./yazi.nix
|
||||
./yt-dlp.nix
|
||||
./zoxide.nix
|
||||
./sxiv.nix
|
||||
./bluetui.nix
|
||||
|
||||
# ./goread.nix
|
||||
# ./helix.nix
|
||||
|
||||
5
home/programs/tea.nix
Normal file
5
home/programs/tea.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
tea
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user