diff --git a/modules/applications/tmux.nix b/modules/applications/tmux.nix new file mode 100644 index 0000000..b07a0b3 --- /dev/null +++ b/modules/applications/tmux.nix @@ -0,0 +1,9 @@ +_: { + + flake.homeModules.tmux = _: { + programs.tmux = { + enable = true; + clock24 = true; + }; + }; +}