core(flake/tmux): correct the name of the project

This commit is contained in:
Raphael 2025-09-30 14:42:12 +02:00
parent 80f9c13203
commit ec4eec13c8
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
pkgs = nixpkgs.legacyPackages.${system};
tmux-setup = pkgs.writeShellScriptBin "tmux-setup" ''
#!/usr/bin/env sh
SESSION="transandance"
SESSION="transcendance"
DIR=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
if ! tmux has-session -t $SESSION 2>/dev/null; then
tmux new-session -d -s $SESSION -c "$DIR" -n dev