From 411845c9e6cc3cca8845690044be8d5061e117da Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 12 Feb 2025 13:55:21 -0800 Subject: [PATCH] Small fix to tmux location --- home/modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index ae95599..7336c4a 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -3,7 +3,7 @@ in { home.packages = with pkgs; [ tmux ]; home.file = { - "tmux/plugins/tpm".source = "${mypkgs.tpm}"; + ".tmux/plugins/tpm".source = "${mypkgs.tpm}"; ".tmux.conf".source = ../../dotfiles/.tmux.conf; }; }