tadpole: Add tmux module

This commit is contained in:
Alexander Heldt
2024-07-21 10:39:41 +02:00
parent fb1cbc0b8a
commit 04dfe6a48e

View File

@@ -0,0 +1,10 @@
{ ... }:
{
home-manager.users.alex = {
programs.tmux = {
enable = true;
baseIndex = 1;
};
};
}