WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit bb86b21d9e - Show all commits

View file

@ -1,4 +1,4 @@
# Launch zellij if logging in over SSH
if [[ -z "$ZELLIJ" && -n "$SSH_CONNECTION" ]]; then
exec zellij attach -cs ssh
exec zellij attach -c ssh
fi