Added tmuxinator and other tmux plugins

This commit is contained in:
2025-09-14 11:42:35 -04:00
parent 9fe6d7b62d
commit d9fd53fbc3
11 changed files with 308 additions and 31 deletions

View File

@@ -16,6 +16,10 @@
recursive = true;
executable = true;
};
home.file.".config/tmuxinator" = {
source = ./.config/tmuxinator;
recursive = true;
};
home.file.".ssh/allowed_signers".text = ''
* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos
'';
@@ -74,6 +78,7 @@
python-pkgs.ptpython
python-pkgs.ipython
python-pkgs.pillow
python-pkgs.basedpyright
]
)
)