From 2cb74f3ad71b16a92fac258ed2c6328b17d74f37 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 26 May 2025 17:34:44 +0200 Subject: [PATCH] Change tmux to use XDG standard instead of ~/.tmux.conf --- nix/home/default.nix | 4 ---- tmux/{.tmux.conf => tmux.conf} | 0 2 files changed, 4 deletions(-) rename tmux/{.tmux.conf => tmux.conf} (100%) 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