mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
10 lines
117 B
Nix
10 lines
117 B
Nix
_: {
|
|
|
|
flake.homeModules.tmux = _: {
|
|
programs.tmux = {
|
|
enable = true;
|
|
clock24 = true;
|
|
};
|
|
};
|
|
}
|