This commit is contained in:
do butterflies cry? 2025-10-24 23:39:00 +10:00
parent daf2cc58ff
commit 681801e733
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;
};
}