feat(hm): add tmux profile

This commit is contained in:
Infinidoge 2021-10-13 00:00:45 -04:00
parent 908aa26bbf
commit 3fa41c9f97
2 changed files with 7 additions and 0 deletions

6
users/profiles/tmux.nix Normal file
View file

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