Small fix to tmux location

This commit is contained in:
Random936 2025-02-12 13:55:21 -08:00
parent 40c0d69d4a
commit 411845c9e6

View File

@ -3,7 +3,7 @@
in { in {
home.packages = with pkgs; [ tmux ]; home.packages = with pkgs; [ tmux ];
home.file = { home.file = {
"tmux/plugins/tpm".source = "${mypkgs.tpm}"; ".tmux/plugins/tpm".source = "${mypkgs.tpm}";
".tmux.conf".source = ../../dotfiles/.tmux.conf; ".tmux.conf".source = ../../dotfiles/.tmux.conf;
}; };
} }