Add tea
This commit is contained in:
parent
729d83dfb7
commit
1f644492b0
2 changed files with 11 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
./mpv
|
||||
./sops
|
||||
./ssh
|
||||
./tea
|
||||
./vifm
|
||||
./vim
|
||||
./zellij
|
||||
|
|
10
nixos/modules/utils/tea/default.nix
Normal file
10
nixos/modules/utils/tea/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home-manager.users.tdpeuter.home = {
|
||||
packages = with pkgs; [
|
||||
tea
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue