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

@ -18,8 +18,6 @@
nix.enable = true;
nix.useSelfhostedCache = true;
apps.tmux.enable = true;
services.tailscale = {
enable = true;
configureClientRouting = true;