diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-16 19:28:04 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-16 20:01:33 -0500 |
| commit | ce31f8c51b57f29f1055ce92f92fa1bd835e6344 (patch) | |
| tree | 4e0d62682a53cbeef772c6d2bfe5b35134f2cda8 /home/tmux/default.nix | |
| parent | update commits (diff) | |
| download | dotfiles-nix-ce31f8c51b57f29f1055ce92f92fa1bd835e6344.tar.gz dotfiles-nix-ce31f8c51b57f29f1055ce92f92fa1bd835e6344.tar.bz2 dotfiles-nix-ce31f8c51b57f29f1055ce92f92fa1bd835e6344.zip | |
remove many programs dotfiles from homedir
Diffstat (limited to 'home/tmux/default.nix')
| -rw-r--r-- | home/tmux/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tmux/default.nix b/home/tmux/default.nix index ea8e525..69abbf7 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -8,7 +8,7 @@ ]; home.file = { - ".tmux.conf".source = ./tmux.conf; + ".config/tmux/tmux.conf".source = ./tmux.conf; ".local/bin/tmux_window".source = ./tmux_window; }; } |