From e2819af7d0c8079ad1b51a032de3b9be3860bf0c Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Tue, 20 Aug 2024 13:30:08 +0000 Subject: [PATCH] :art: remove blankline --- nixos/tmux.nix | 1 - 1 file changed, 1 deletion(-) 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;