Converted bat from nixosModule to homeModule

This commit is contained in:
alejandro-angulo 2024-07-28 22:38:41 -07:00
parent c0f10df484
commit 2ad5af4f90
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 50 additions and 50 deletions

View file

@ -9,6 +9,7 @@
}: {
aa = {
apps = {
bat.enable = true;
btop.enable = true;
tmux.enable = true;
};