Small fix to tmux location
This commit is contained in:
parent
40c0d69d4a
commit
411845c9e6
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user