From 50b7fcd829fadd436a9a595e471f16261c44f736 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 11 Feb 2025 13:58:56 +0100 Subject: [PATCH] Fix formating. --- modules/home-manager/tmux.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix index b3c25b1..af1026c 100644 --- a/modules/home-manager/tmux.nix +++ b/modules/home-manager/tmux.nix @@ -14,7 +14,6 @@ TINTED_TMUX_OPTION_STATUSBAR = 1; }; - home.packages = with pkgs; [ sesh ];