diff --git a/nixos/tmux.nix b/nixos/tmux.nix index 2109ee0..b9f0c62 100644 --- a/nixos/tmux.nix +++ b/nixos/tmux.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: { - programs.tmux = { enable = true; clock24 = true;