This commit is contained in:
xunuwu 2024-03-19 18:13:27 +01:00
parent df9e138df3
commit ba8cc0e484
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 10 additions and 0 deletions

View file

@ -4,5 +4,6 @@
./direnv.nix ./direnv.nix
./xdg.nix ./xdg.nix
./comma.nix ./comma.nix
./tmux.nix
]; ];
} }

View file

@ -0,0 +1,9 @@
{
programs.tmux = {
enable = true;
baseIndex = 1;
clock24 = true;
mouse = true;
escapeTime = 0;
};
}