From 5304f9c15607418c79944c1d6f932691ad3f163f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 13 Oct 2024 13:54:54 +0100 Subject: [PATCH] remove sourcing of the static tmux config as it does not exist anymore --- nixos/zsh/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/zsh/home.nix b/nixos/zsh/home.nix index ca0a6c6a..77839a1c 100644 --- a/nixos/zsh/home.nix +++ b/nixos/zsh/home.nix @@ -41,7 +41,6 @@ envExtra = '' [ -s "/home/cyryl/.jabba/jabba.sh" ] && source "/home/cyryl/.jabba/jabba.sh" - tmux source-file ~/.config/tmux/tmux.conf local nixos_version=`which nixos-version` if [[ ! -x "$nixos_version" && ! `uname` == "Darwin" ]]; then source /home/cyryl/.nix-profile/etc/profile.d/nix.sh