fix if test for tmux

This commit is contained in:
Peter Tillemans 2025-07-23 22:59:13 +02:00
parent 021476d20d
commit cba421d105

View file

@ -229,7 +229,7 @@
(list (list
"eval \"$(direnv hook bash)\"" "eval \"$(direnv hook bash)\""
"eval \"$(atuin init bash)\"" "eval \"$(atuin init bash)\""
"if \"$ALACRITTY_WINDOW_ID\" != \"\"; then tmux; fi" "if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
))))))) )))))))
(simple-service 'variant-packages-service (simple-service 'variant-packages-service
home-channels-service-type home-channels-service-type