Converted tmux from nixosModule to homeModule

This commit is contained in:
Alejandro Angulo 2024-07-28 19:46:30 -07:00
parent 27b8ea6ab3
commit fe55849333
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
6 changed files with 133 additions and 125 deletions

View file

@ -0,0 +1,15 @@
{
lib,
pkgs,
config,
osConfig ? {},
format ? "unknown",
namespace,
...
}: {
aa = {
apps = {
tmux.enable = true;
};
};
}