Compare commits

..

No commits in common. "7e41ce1049066c5cb890c2c56830f9c5277cf588" and "c791de683b9e0a496cc3c0e8154c8e24ec5377e9" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,6 @@
neovide neovide
ngspice ngspice
nix-init nix-init
nixpkgs-fmt
nodePackages.peerflix nodePackages.peerflix
openocd openocd
openscad openscad

View File

@ -101,7 +101,7 @@
if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then
TMUX_EXE="${pkgs.tmux}/bin/tmux" TMUX_EXE="${pkgs.tmux}/bin/tmux"
systemd-run --scope --user $TMUX_EXE attach-session -t $USER || systemd-run --scope --user $TMUX_EXE new-session -s $USER $TMUX_EXE attach-session -t $USER || $TMUX_EXE new-session -s $USER
fi fi
''; '';
}; };