diff --git a/nix/home/default.nix b/nix/home/default.nix index bad4cf3..0bb33a5 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -24,10 +24,6 @@ let ".config/starship.toml" "starship/starship.toml" ] - [ - ".tmux.conf" - "tmux/.tmux.conf" - ] [ ".config/tmux" "tmux" diff --git a/tmux/.tmux.conf b/tmux/tmux.conf similarity index 100% rename from tmux/.tmux.conf rename to tmux/tmux.conf