feat(hm): add tmux profile
This commit is contained in:
parent
908aa26bbf
commit
3fa41c9f97
2 changed files with 7 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
||||||
kitty
|
kitty
|
||||||
starship
|
starship
|
||||||
shells.all
|
shells.all
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
6
users/profiles/tmux.nix
Normal file
6
users/profiles/tmux.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }: {
|
||||||
|
programs.tmux = {
|
||||||
|
enable = true;
|
||||||
|
clock24 = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue