fix: remove tmux hooks

This commit is contained in:
2026-04-26 14:33:19 +02:00
parent 94331531e2
commit efd2771d8c
3 changed files with 0 additions and 7 deletions
-4
View File
@@ -11,9 +11,5 @@
enable = true;
extraConfig = builtins.readFile (dotsPath + "/.config/tmux/tmux.conf");
};
home.file = {
".config/tmux/hooks/tmux.ssh.conf".source = dotsPath + "/.config/tmux/hooks/tmux.ssh.conf";
};
};
}