This commit is contained in:
Emile Clark-Boman 2025-10-24 23:39:00 +10:00
parent e2f641e553
commit c8d3fe1e6b
2 changed files with 10 additions and 3 deletions

5
homes/modules/tmux.nix Normal file
View file

@ -0,0 +1,5 @@
{...}: {
programs.tmux = {
enable = true;
};
}